From 47082fcd1b3eccac4e934795bcec9b5192f068e2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Aug 1993 04:47:30 +0000 Subject: [PATCH] (byte-recompile-directory): At end of compiling a file, put back the "Checking DIR..." message. --- lisp/emacs-lisp/bytecomp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index be628b8c6a6..1bf1b878039 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1100,6 +1100,8 @@ A nonzero prefix argument also means ask about each subdirectory." (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 -- 2.39.5