aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 16:41:43 -0700
committerGlenn Morris2014-06-08 16:41:43 -0700
commitfd60bf6c902b47daadda6ebf442045dbe1328941 (patch)
treefd351a1fc087aefbca38b87102f06edf9f8b04ff /src/fileio.c
parentff2d0e8336c05cb7d3e86f7406784cefc1d6589e (diff)
parent4181427f24e591f539122db2e3d8d8b55a7de7cd (diff)
downloademacs-fd60bf6c902b47daadda6ebf442045dbe1328941.tar.gz
emacs-fd60bf6c902b47daadda6ebf442045dbe1328941.zip
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 8b20c65802d..dc3ed431d40 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -6029,7 +6029,7 @@ file is usually more useful if it contains the deleted text. */);
6029 doc: /* Non-nil means don't call fsync in `write-region'. 6029 doc: /* Non-nil means don't call fsync in `write-region'.
6030This variable affects calls to `write-region' as well as save commands. 6030This variable affects calls to `write-region' as well as save commands.
6031Setting this to nil may avoid data loss if the system loses power or 6031Setting this to nil may avoid data loss if the system loses power or
6032the operating system crashes. */); 6032the operating system crashes. By default, it is non-nil in batch mode. */);
6033 write_region_inhibit_fsync = 0; /* See also `init_fileio' above. */ 6033 write_region_inhibit_fsync = 0; /* See also `init_fileio' above. */
6034 6034
6035 DEFVAR_BOOL ("delete-by-moving-to-trash", delete_by_moving_to_trash, 6035 DEFVAR_BOOL ("delete-by-moving-to-trash", delete_by_moving_to_trash,