From 1805ce763ebb40d10c0926f8e97de39e3b988722 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 5 Jun 2015 16:10:18 -0400 Subject: Tweak some build messages. * lisp/Makefile.in ($(lisp)/loaddefs.el): * lisp/cus-dep.el (custom-make-dependencies): * lisp/finder.el (finder-compile-keywords): Say what we are doing. * lisp/international/titdic-cnv.el (batch-titdic-convert): Don't say how to compile. --- lisp/cus-dep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cus-dep.el') diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index b8a9eb82655..856c96dd034 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -60,7 +60,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" ;; Use up command-line-args-left else Emacs can try to open ;; the args as directories after we are done. (while (setq subdir (pop command-line-args-left)) - (message "Directory %s" subdir) + (message "Scanning %s for custom" subdir) (let ((files (directory-files subdir nil "\\`[^=.].*\\.el\\'")) (default-directory (file-name-as-directory (expand-file-name subdir))) -- cgit v1.2.1