diff options
| author | Romain Francoise | 2005-09-14 20:19:39 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-09-14 20:19:39 +0000 |
| commit | ccf6179595cfb92daf0406ef5bd8cb722ebcda6c (patch) | |
| tree | cb38977c0fa6a37ed18eb5824fc299885cf8dc4e /src/ChangeLog | |
| parent | c6ea7612a361b2f5104bfb8774d678a77a07f44f (diff) | |
| download | emacs-ccf6179595cfb92daf0406ef5bd8cb722ebcda6c.tar.gz emacs-ccf6179595cfb92daf0406ef5bd8cb722ebcda6c.zip | |
(write_region_inhibit_fsync): New variable.
(Fwrite_region): Use it to skip call to fsync.
(syms_of_fileio): Initialize it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ec41e85fe2..e10e4e07c78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-09-14 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * fileio.c (write_region_inhibit_fsync): New variable. | ||
| 4 | (Fwrite_region): Use it to skip call to fsync. | ||
| 5 | (syms_of_fileio): Initialize it. | ||
| 6 | |||
| 1 | 2005-09-14 Kenichi Handa <handa@m17n.org> | 7 | 2005-09-14 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * coding.c (code_convert_region_unwind): Argument format changed. | 9 | * coding.c (code_convert_region_unwind): Argument format changed. |