aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3998934b5e..db1dd43216b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1404FIXME 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',
1406and `revert-buffer-insert-file-contents-function' are no longer nil. 1406and `revert-buffer-insert-file-contents-function' are no longer nil.
1407Instead they default to functions that do what the nil value used to. 1407Instead 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
1411instead of checking file time stamps. To disable this, set the user option 1414instead of checking file time stamps. To disable this, set the user option