Tweak implementation of byte-compile-info-message
* lisp/emacs-lisp/byte-run.el (byte-compile-info-message): Clean up implementation.
This commit is contained in:
parent
0f4d368f35
commit
a5269a7fcf
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ Otherwise, return nil. For internal use only."
|
|||
|
||||
(defun byte-compile-info-message (&rest args)
|
||||
"Message format ARGS in a way that looks pleasing in the compilation output."
|
||||
(message "%s" (concat " INFO " (apply #'format args))))
|
||||
(message " %-9s%s" "INFO" (apply #'format args)))
|
||||
|
||||
|
||||
;; I nuked this because it's not a good idea for users to think of using it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue