emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lread.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Sat, 22 Feb 2003 13:22:59 -0500

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.309 emacs/src/lread.c:1.310
*** emacs/src/lread.c:1.309     Tue Feb 18 17:45:32 2003
--- emacs/src/lread.c   Sat Feb 22 13:22:53 2003
***************
*** 844,850 ****
                  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));
                }
            }
        }
--- 844,850 ----
                  Lisp_Object file;
                  file = Fsubstring (found, make_number (0), make_number (-1));
                  message_with_string ("Source file `%s' newer than 
byte-compiled file",
!                                      file, 1);
                }
            }
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]