Less 'make' chatter in batch mode
* admin/unidata/unidata-gen.el (unidata-gen-files): * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): * lisp/emacs-lisp/bytecomp.el (byte-compile-file): * lisp/files.el (save-buffer, basic-save-buffer): * lisp/international/quail.el (quail-update-leim-list-file): Don't output messages like "Generating ..." in batch mode.
This commit is contained in:
parent
d20f82e6f1
commit
cd2d58c1c8
7 changed files with 25 additions and 9 deletions
|
@ -1858,7 +1858,7 @@ The value is non-nil if there were no errors, nil if errors."
|
|||
;; recompiled). Previously this was accomplished by
|
||||
;; deleting target-file before writing it.
|
||||
(rename-file tempfile target-file t)
|
||||
(message "Wrote %s" target-file))
|
||||
(or noninteractive (message "Wrote %s" target-file)))
|
||||
;; This is just to give a better error message than write-region
|
||||
(signal 'file-error
|
||||
(list "Opening output file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue