Silence deleted *.elc messages if byte-compile fails

This commit is contained in:
Henrik Lissner 2018-05-14 21:09:09 +02:00
parent dbeb7c639a
commit bdf6fceb52
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)