changeset 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 8d5cab079cd6
children 71b48ca95d18
files src/lread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
 		}
 	    }
 	}