aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 2 insertions, 0 deletions
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."
1204 (setq output-buffer (byte-compile-from-buffer input-buffer filename)) 1204 (setq output-buffer (byte-compile-from-buffer input-buffer filename))
1205 (if byte-compiler-error-flag 1205 (if byte-compiler-error-flag
1206 nil 1206 nil
1207 (if byte-compile-verbose
1208 (message "Compiling %s...done" filename))
1207 (kill-buffer input-buffer) 1209 (kill-buffer input-buffer)
1208 (save-excursion 1210 (save-excursion
1209 (set-buffer output-buffer) 1211 (set-buffer output-buffer)