aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-05-04 17:51:49 -0700
committerPaul Eggert <[email protected]>2013-05-04 17:51:49 -0700
commitcbee2131718baa6389713bb551bcfd5c72b39035 (patch)
tree2f28d12ed0cac14194f0e9a56376b19ccad3c2b5 /etc
parentfd3a9a6b378e556c3b09b217920d95cb129a13d6 (diff)
`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/ChangeLog5
-rw-r--r--etc/NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index afad0864c8..9cbd67c209 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-05 Paul Eggert <[email protected]>
+
+ `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
+ * NEWS: Document this.
+
2013-04-24 Tassilo Horn <[email protected]>
* themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
diff --git a/etc/NEWS b/etc/NEWS
index 4669021c47..13cdb8273d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.