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
commitc7458297752aa084be5d3ac1ac18093aa383c6b4 (patch)
tree99c1ebe004b7566e958e04655078f8b81cf19f5e /lisp/cus-dep.el
parentc3b34f9077f4d16b705d8b4f856346763f5d30b3 (diff)
downloademacs-c7458297752aa084be5d3ac1ac18093aa383c6b4.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))