Silence deleted *.elc messages if byte-compile fails
This commit is contained in:
parent
dbeb7c639a
commit
bdf6fceb52
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
||||||
"There were breaking errors."
|
"There were breaking errors."
|
||||||
(error-message-string ex)
|
(error-message-string ex)
|
||||||
"Reverting changes...")
|
"Reverting changes...")
|
||||||
(doom//clean-byte-compiled-files)
|
(quiet! (doom//clean-byte-compiled-files))
|
||||||
(message! (green "Finished (nothing was byte-compiled)")))))))))
|
(message! (green "Finished (nothing was byte-compiled)")))))))))
|
||||||
|
|
||||||
(defun doom//byte-compile-core (&optional recompile-p)
|
(defun doom//byte-compile-core (&optional recompile-p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue