]> git.eshelyaron.com Git - emacs.git/commitdiff
2003-02-22 David Ponce <david@dponce.com>
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 22 Feb 2003 18:24:48 +0000 (18:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 22 Feb 2003 18:24:48 +0000 (18:24 +0000)
(Fload): Don't check STRING_MULTIBYTE.

src/ChangeLog
src/lread.c

index 0491a7d4bd2ff3299d306b1fdaa8ea2e00c4658e..a68f8a182e3ee8b6d1827909f2febc563e1c35bf 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-22  David Ponce  <david@dponce.com>
+
+       * lread.c (Fload): Don't check STRING_MULTIBYTE.
+
 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * process.h: Removed subtty field from struct Lisp_Process.
index d3f0984778708be19b85eb31e1259e3c350503ec..071bf67901513e64b29a8811b6ee5b78355fd850 100644 (file)
@@ -844,7 +844,7 @@ Return t if file exists.  */)
                  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);
                }
            }
        }