diff src/realpath.c @ 4959:bd169a24a554

merge
author Ben Wing <ben@xemacs.org>
date Thu, 28 Jan 2010 04:27:30 -0600
parents 19a72041c5ed
children 16112448d484 4aebb0131297
line wrap: on
line diff
--- a/src/realpath.c	Thu Jan 28 04:02:14 2010 -0600
+++ b/src/realpath.c	Thu Jan 28 04:27:30 2010 -0600
@@ -464,6 +464,6 @@
 vars_of_realpath (void)
 {
   QSin_qxe_realpath =
-    build_msg_string ("(in qxe_realpath)");
+    build_defer_string ("(in qxe_realpath)");
   staticpro (&QSin_qxe_realpath);
 }