summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-25 06:41:17 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-25 06:41:17 +0000
commitf36742476a4584081cd580d8faaad3783ead105c (patch)
tree5b90e587d51ab482cbb0781ea1e3ab78301af02d /lisp/cus-dep.el
parent8df727303e7c4c4298170532c99dfc667dd1b349 (diff)
downloademacs-f36742476a4584081cd580d8faaad3783ead105c.tar.gz
(custom-make-dependencies): Don't print each file name.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el1
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))