mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Output Compiling message only if verbose is enabled
This commit is contained in:
parent
b75c1cb47e
commit
4029030eb5
1 changed files with 2 additions and 1 deletions
|
@ -521,7 +521,8 @@ this file. Usage:
|
||||||
(plist-get args* :defines))
|
(plist-get args* :defines))
|
||||||
(with-demoted-errors
|
(with-demoted-errors
|
||||||
,(format "Error in %s: %%S" name-string)
|
,(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))))))
|
(require ',name-symbol nil t))))))
|
||||||
|
|
||||||
(body*
|
(body*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue