]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify message about newer source file
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 03:19:37 +0000 (05:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 03:19:37 +0000 (05:19 +0200)
* 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

index 1098190ae7c35ae5d6522311cca2591d861f5335..4ea6202972768da6e24ceca018132bff5a20f55a 100644 (file)
@@ -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);
                     }
                 }