emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 408862f: ; * lisp/emacs-lisp/bytecomp.el: Tweak m


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 408862f: ; * lisp/emacs-lisp/bytecomp.el: Tweak message formatting in previous.
Date: Wed, 29 Nov 2017 15:27:18 -0500 (EST)

branch: emacs-26
commit 408862f02a874dcd9cfc2599adb35dec522b3ef4
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * lisp/emacs-lisp/bytecomp.el: Tweak message formatting in previous.
---
 lisp/emacs-lisp/bytecomp.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 9cbbfdc..e5a1ea7 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -175,7 +175,9 @@ are found in the same directory is hard-coded in various 
places in Emacs.)"
 ;; Sadly automake relies on this misfeature up to at least version 1.15.1.
 (if (fboundp 'byte-compile-dest-file)
     (or (featurep 'bytecomp)
-        (display-warning 'bytecomp "Redefining `byte-compile-dest-file' is 
obsolete (as of 23.2); set `byte-compile-dest-file-function' instead."))
+        (display-warning 'bytecomp (format-message "\
+Changing `byte-compile-dest-file' is obsolete (as of 23.2);
+set `byte-compile-dest-file-function' instead.")))
 (defun byte-compile-dest-file (filename)
   "Convert an Emacs Lisp source file name to a compiled file name.
 If `byte-compile-dest-file-function' is non-nil, uses that



reply via email to

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