diff options
| author | Richard M. Stallman | 1997-08-25 06:41:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-25 06:41:17 +0000 |
| commit | f36742476a4584081cd580d8faaad3783ead105c (patch) | |
| tree | 5b90e587d51ab482cbb0781ea1e3ab78301af02d | |
| parent | 8df727303e7c4c4298170532c99dfc667dd1b349 (diff) | |
| download | emacs-f36742476a4584081cd580d8faaad3783ead105c.tar.gz emacs-f36742476a4584081cd580d8faaad3783ead105c.zip | |
(custom-make-dependencies): Don't print each file name.
| -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" | |||
| 46 | (setq file (car files) | 46 | (setq file (car files) |
| 47 | files (cdr files)) | 47 | files (cdr files)) |
| 48 | (when (file-exists-p file) | 48 | (when (file-exists-p file) |
| 49 | (message "Checking %s..." file) | ||
| 50 | (erase-buffer) | 49 | (erase-buffer) |
| 51 | (insert-file-contents file) | 50 | (insert-file-contents file) |
| 52 | (goto-char (point-min)) | 51 | (goto-char (point-min)) |