]> git.eshelyaron.com Git - emacs.git/commit
batch write-region no longer says "Wrote FOO"
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 01:48:23 +0000 (17:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 01:49:15 +0000 (17:49 -0800)
commitd20f82e6f1ab902469723ebd530ca21bea9cc41b
treea927fe4309925c0b66e860dfe052baf68560aa8b
parentd94007484ab6b98054b043c1bedeaf7a58eb8606
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.
doc/lispref/ChangeLog
doc/lispref/files.texi
etc/ChangeLog
etc/NEWS
src/ChangeLog
src/fileio.c