emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master eac531b 1/2: Clarify message about newer source fil


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master eac531b 1/2: Clarify message about newer source file
Date: Sun, 13 Oct 2019 23:41:52 -0400 (EDT)

branch: master
commit eac531b760aa805c293339eba78e58b5b89fa211
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clarify message about newer source file
    
    * src/lread.c (Fload): Mention which file was actually used
    instead of just saying that the .el is newer than the .elc (bug#10637).
---
 src/lread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lread.c b/src/lread.c
index 1098190..4ea6202 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1364,7 +1364,7 @@ Return t if the file exists and loads successfully.  */)
                     {
                       Lisp_Object msg_file;
                       msg_file = Fsubstring (found, make_fixnum (0), 
make_fixnum (-1));
-                      message_with_string ("Source file `%s' newer than 
byte-compiled file",
+                      message_with_string ("Source file `%s' newer than 
byte-compiled file; using older file",
                                            msg_file, 1);
                     }
                 }



reply via email to

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