diff options
| author | Paul Eggert | 2015-01-03 18:28:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-03 18:29:23 -0800 |
| commit | cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540 (patch) | |
| tree | b51ec05c439d54b7b8d4f4b74467ca04528838dd /admin/ChangeLog | |
| parent | d20f82e6f1ab902469723ebd530ca21bea9cc41b (diff) | |
| download | emacs-cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540.tar.gz emacs-cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540.zip | |
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.
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index d7025657e78..2f4d122e0c0 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Less chatter in batch mode | ||
| 4 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 5 | Don't output messages like "Generating ..." in batch mode. | ||
| 6 | |||
| 1 | 2015-01-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2015-01-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Less 'make' chatter for unidata | 9 | Less 'make' chatter for unidata |