diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-25 06:41:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-25 06:41:17 +0000 |
commit | f36742476a4584081cd580d8faaad3783ead105c (patch) | |
tree | 5b90e587d51ab482cbb0781ea1e3ab78301af02d /lisp | |
parent | 8df727303e7c4c4298170532c99dfc667dd1b349 (diff) | |
download | emacs-f36742476a4584081cd580d8faaad3783ead105c.tar.gz emacs-f36742476a4584081cd580d8faaad3783ead105c.tar.bz2 emacs-f36742476a4584081cd580d8faaad3783ead105c.zip |
(custom-make-dependencies): Don't print each file name.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-dep.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index ee18ee597e2..286d4830fa8 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -46,7 +46,6 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" (setq file (car files) files (cdr files)) (when (file-exists-p file) - (message "Checking %s..." file) (erase-buffer) (insert-file-contents file) (goto-char (point-min)) |