diff src/objects-x.c @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 1ce6082ce73f
children 538048ae2ab8
line wrap: on
line diff
--- a/src/objects-x.c	Mon Aug 13 09:13:58 2007 +0200
+++ b/src/objects-x.c	Mon Aug 13 09:15:11 2007 +0200
@@ -653,7 +653,7 @@
   if (truename)
     {
       Lisp_Object result = build_string (truename);
-      xfree (truename);
+      XFree (truename);
       return result;
     }
   else