Mercurial > emacs
diff lisp/emacs-lisp/bytecomp.el @ 4411:cde0e3c3b642
(byte-recompile-directory): At end of compiling a file,
put back the "Checking DIR..." message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Aug 1993 04:47:30 +0000 (1993-08-02) |
parents | 667b32d2c02c |
children | 9081f7a8fa6d |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Mon Aug 02 04:22:12 1993 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Aug 02 04:47:30 1993 +0000 @@ -1100,6 +1100,8 @@ (progn (if (and noninteractive (not byte-compile-verbose)) (message "Compiling %s..." source)) (byte-compile-file source) + (or noninteractive + (message "Checking %s..." directory)) (setq file-count (1+ file-count)) (if (not (eq last-dir directory)) (setq last-dir directory