aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-01-03 17:48:23 -0800
committerPaul Eggert2015-01-03 17:49:15 -0800
commitd20f82e6f1ab902469723ebd530ca21bea9cc41b (patch)
treea927fe4309925c0b66e860dfe052baf68560aa8b /etc
parentd94007484ab6b98054b043c1bedeaf7a58eb8606 (diff)
downloademacs-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 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS3
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 28160449ee6..c72c560ec9c 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 batch write-region no longer says "Wrote FOO"
4 * NEWS: Document this.
5
12014-12-30 Paul Eggert <eggert@cs.ucla.edu> 62014-12-30 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * PROBLEMS: Omit obsolete mention of FQDNs. 8 * PROBLEMS: Omit obsolete mention of FQDNs.
diff --git a/etc/NEWS b/etc/NEWS
index ca63ff17b44..ac42a9ff6dc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -551,6 +551,9 @@ system's name has changed or if the Emacs process has changed systems,
551and to avoid long waits it no longer consults DNS to canonicalize the 551and to avoid long waits it no longer consults DNS to canonicalize the
552name. The variable `system-name' is now obsolete. 552name. The variable `system-name' is now obsolete.
553 553
554+++
555** Function `write-region' no longer outputs "Wrote FILE" in batch mode.
556
554--- 557---
555** New utilities in subr-x.el: 558** New utilities in subr-x.el:
556*** New macros `if-let' and `when-let' allow defining bindings and to 559*** New macros `if-let' and `when-let' allow defining bindings and to