Mercurial > emacs
comparison etc/NEWS @ 65514:845541eefcf1
Add entry for write-region-inhibit-fsync.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Wed, 14 Sep 2005 20:20:18 +0000 |
parents | e1161bdd6143 |
children | 27612d890a6c |
comparison
equal
deleted
inserted
replaced
65513:81577dcc6e9b | 65514:845541eefcf1 |
---|---|
614 | 614 |
615 --- | 615 --- |
616 *** The variable `auto-save-file-name-transforms' now has a third element that | 616 *** The variable `auto-save-file-name-transforms' now has a third element that |
617 controls whether or not the function `make-auto-save-file-name' will | 617 controls whether or not the function `make-auto-save-file-name' will |
618 attempt to construct a unique auto-save name (e.g. for remote files). | 618 attempt to construct a unique auto-save name (e.g. for remote files). |
619 | |
620 +++ | |
621 *** The new option `write-region-inhibit-fsync' disables calls to fsync | |
622 in `write-region'. This can be useful on laptops to avoid spinning up | |
623 the hard drive upon each file save. Enabling this variable may result | |
624 in data loss, use with care. | |
619 | 625 |
620 +++ | 626 +++ |
621 *** If the user visits a file larger than `large-file-warning-threshold', | 627 *** If the user visits a file larger than `large-file-warning-threshold', |
622 Emacs asks for confirmation. | 628 Emacs asks for confirmation. |
623 | 629 |