]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/bytecomp.el: Tweak message formatting in previous.
authorGlenn Morris <rgm@gnu.org>
Wed, 29 Nov 2017 20:27:06 +0000 (15:27 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 29 Nov 2017 20:27:06 +0000 (15:27 -0500)
lisp/emacs-lisp/bytecomp.el

index 9cbbfdcd7a9501304d279e7e1cef77b8d4f20ed2..e5a1ea782e8a388a6dcb9051e4d0dd807701057d 100644 (file)
@@ -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