mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Output Compiling message only if verbose is enabled
This commit is contained in:
parent
b75c1cb47e
commit
4029030eb5
|
|
@ -521,7 +521,8 @@ this file. Usage:
|
|||
(plist-get args* :defines))
|
||||
(with-demoted-errors
|
||||
,(format "Error in %s: %%S" name-string)
|
||||
(message "Compiling package %s" ,name-string)
|
||||
(if use-package-verbose
|
||||
(message "Compiling package %s" ,name-string))
|
||||
(require ',name-symbol nil t))))))
|
||||
|
||||
(body*
|
||||
|
|
|
|||
Loading…
Reference in a new issue