From: Karl Heuer Date: Wed, 8 Feb 1995 04:19:50 +0000 (+0000) Subject: (byte-compile-file): Add "done" message. X-Git-Tag: emacs-19.34~5162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92beedc25e0b4f66041e793c2d0bf53cf93fef51;p=emacs.git (byte-compile-file): Add "done" message. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 45d2b9ff726..f0015b8309c 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1204,6 +1204,8 @@ With prefix arg (noninteractively: 2nd arg), load the file after compiling." (setq output-buffer (byte-compile-from-buffer input-buffer filename)) (if byte-compiler-error-flag nil + (if byte-compile-verbose + (message "Compiling %s...done" filename)) (kill-buffer input-buffer) (save-excursion (set-buffer output-buffer)