diff src/lread.c @ 49908:fc287c6fe322

2003-02-22 David Ponce <david@dponce.com> (Fload): Don't check STRING_MULTIBYTE.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 22 Feb 2003 18:22:53 +0000
parents 38c14af619da
children 975bc8dd3172
line wrap: on
line diff
--- a/src/lread.c	Sat Feb 22 16:33:33 2003 +0000
+++ b/src/lread.c	Sat Feb 22 18:22:53 2003 +0000
@@ -844,7 +844,7 @@
 		  Lisp_Object file;
 		  file = Fsubstring (found, make_number (0), make_number (-1));
 		  message_with_string ("Source file `%s' newer than byte-compiled file",
-				       file, STRING_MULTIBYTE (file));
+				       file, 1);
 		}
 	    }
 	}