comparison 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
comparison
equal deleted inserted replaced
49907:8d5cab079cd6 49908:fc287c6fe322
842 if (!NILP (nomessage)) 842 if (!NILP (nomessage))
843 { 843 {
844 Lisp_Object file; 844 Lisp_Object file;
845 file = Fsubstring (found, make_number (0), make_number (-1)); 845 file = Fsubstring (found, make_number (0), make_number (-1));
846 message_with_string ("Source file `%s' newer than byte-compiled file", 846 message_with_string ("Source file `%s' newer than byte-compiled file",
847 file, STRING_MULTIBYTE (file)); 847 file, 1);
848 } 848 }
849 } 849 }
850 } 850 }
851 } 851 }
852 else 852 else