diff options
| author | Glenn Morris | 2014-04-03 00:17:58 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-04-03 00:17:58 -0700 |
| commit | d60a0a17163777c6ddd39dc3b34740a43fe3e2f3 (patch) | |
| tree | d29d945a5455bc8ee650f10318f9a2cc4022818e | |
| parent | d738ebdccfd2cdcac50f12d55a8c0c311edbc063 (diff) | |
| download | emacs-d60a0a17163777c6ddd39dc3b34740a43fe3e2f3.tar.gz emacs-d60a0a17163777c6ddd39dc3b34740a43fe3e2f3.zip | |
Tweak previous NEWS change
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -159,6 +159,9 @@ You can change the default by customizing `blink-cursor-blinks'. | |||
| 159 | ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward. | 159 | ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward. |
| 160 | This affects View mode, etc. | 160 | This affects View mode, etc. |
| 161 | 161 | ||
| 162 | ** The default value of `buffer-stale-function' is no longer nil. | ||
| 163 | Instead it defaults to a function that does what the nil value used to. | ||
| 164 | |||
| 162 | ** Help changes | 165 | ** Help changes |
| 163 | 166 | ||
| 164 | +++ | 167 | +++ |
| @@ -1397,10 +1400,9 @@ argument, with the same interpretation as the returned value of | |||
| 1397 | 1400 | ||
| 1398 | ** Revert and Autorevert changes | 1401 | ** Revert and Autorevert changes |
| 1399 | 1402 | ||
| 1400 | *** The default values of `make-backup-file-name-function', | 1403 | *** The default values of `buffer-stale-function', `revert-buffer-function', |
| 1401 | `revert-buffer-function', `revert-buffer-insert-file-contents-function', | 1404 | and `revert-buffer-insert-file-contents-function' are no longer nil. |
| 1402 | and `buffer-stale-function' are no longer nil. Instead they default | 1405 | Instead they default to functions that do what the nil value used to. |
| 1403 | to functions that do what the nil value used to. | ||
| 1404 | 1406 | ||
| 1405 | --- | 1407 | --- |
| 1406 | *** If Emacs is compiled with file notification support, it uses notifications | 1408 | *** If Emacs is compiled with file notification support, it uses notifications |