Mercurial > emacs
changeset 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 |
parents | 25fb71fc2643 |
children | 12c4e5b53463 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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