diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-04 17:51:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-04 17:51:49 -0700 |
commit | cbee2131718baa6389713bb551bcfd5c72b39035 (patch) | |
tree | 2f28d12ed0cac14194f0e9a56376b19ccad3c2b5 /etc | |
parent | fd3a9a6b378e556c3b09b217920d95cb129a13d6 (diff) | |
download | emacs-cbee2131718baa6389713bb551bcfd5c72b39035.tar.gz |
`write-region-inhibit-fsync' defaults to noninteractive.
* cmdargs.texi (Initial Options):
* files.texi (Customize Save): Document this.
* etc/NEWS: Document this.
* src/fileio.c (syms_of_fileio): Implement this.
* src/filelock.c (create_lock_file): If symbolic links don't work, so
we use a regular file as a lock file, do not fsync the lock file;
it's not needed.
Fixes: debbugs:14273
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index afad0864c84..9cbd67c209f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2013-05-05 Paul Eggert <eggert@cs.ucla.edu> + + `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273). + * NEWS: Document this. + 2013-04-24 Tassilo Horn <tsdh@gnu.org> * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove @@ -61,6 +61,8 @@ simply disabling Transient Mark mode does the same thing. ** `initial-buffer-choice' can now specify a function to set up the initial buffer. +** `write-region-inhibit-fsync' now defaults to t in batch mode. + ** ACL support has been added. +++ *** Emacs preserves the ACL entries of files when backing up. |