diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1401,11 +1401,14 @@ argument, with the same interpretation as the returned value of | |||
| 1401 | 1401 | ||
| 1402 | ** Revert and Autorevert changes | 1402 | ** Revert and Autorevert changes |
| 1403 | 1403 | ||
| 1404 | FIXME buffer-stale-function no longer just for non-file buffers? | 1404 | +++ |
| 1405 | *** The default values of `buffer-stale-function', `revert-buffer-function', | 1405 | *** The default values of `buffer-stale-function', `revert-buffer-function', |
| 1406 | and `revert-buffer-insert-file-contents-function' are no longer nil. | 1406 | and `revert-buffer-insert-file-contents-function' are no longer nil. |
| 1407 | Instead they default to functions that do what the nil value used to. | 1407 | Instead they default to functions that do what the nil value used to. |
| 1408 | 1408 | ||
| 1409 | +++ | ||
| 1410 | *** `buffer-stale-function' is now used for buffers visiting files too. | ||
| 1411 | |||
| 1409 | --- | 1412 | --- |
| 1410 | *** If Emacs is compiled with file notification support, it uses notifications | 1413 | *** If Emacs is compiled with file notification support, it uses notifications |
| 1411 | instead of checking file time stamps. To disable this, set the user option | 1414 | instead of checking file time stamps. To disable this, set the user option |