diff options
| author | Paul Eggert | 2015-01-03 17:48:23 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-03 17:49:15 -0800 |
| commit | d20f82e6f1ab902469723ebd530ca21bea9cc41b (patch) | |
| tree | a927fe4309925c0b66e860dfe052baf68560aa8b /src/ChangeLog | |
| parent | d94007484ab6b98054b043c1bedeaf7a58eb8606 (diff) | |
| download | emacs-d20f82e6f1ab902469723ebd530ca21bea9cc41b.tar.gz emacs-d20f82e6f1ab902469723ebd530ca21bea9cc41b.zip | |
batch write-region no longer says "Wrote FOO"
This cuts down on 'make' chatter a bit.
* doc/lispref/files.texi (Writing to Files):
* etc/NEWS: Document this.
* src/fileio.c (Fwrite_region):
Don't output "Wrote /whatever/foo.elc" if noninteractive.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46ab94c7c89..1629aa0298c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | batch write-region no longer says "Wrote FOO" | ||
| 4 | This cuts down on 'make' chatter a bit. | ||
| 5 | * fileio.c (Fwrite_region): | ||
| 6 | Don't output "Wrote /whatever/foo.elc" if noninteractive. | ||
| 7 | |||
| 1 | 2015-01-03 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2015-01-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Revert previous change to produce_composite_glyph | 10 | Revert previous change to produce_composite_glyph |