From: Glenn Morris Date: Thu, 3 Apr 2014 07:17:58 +0000 (-0700) Subject: Tweak previous NEWS change X-Git-Tag: emacs-24.3.90~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d60a0a17163777c6ddd39dc3b34740a43fe3e2f3;p=emacs.git Tweak previous NEWS change --- diff --git a/etc/NEWS b/etc/NEWS index 32490aefd5c..b7b9bd546c1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -159,6 +159,9 @@ You can change the default by customizing `blink-cursor-blinks'. ** In keymaps where SPC scrolls forward, S-SPC now scrolls backward. This affects View mode, etc. +** The default value of `buffer-stale-function' is no longer nil. +Instead it defaults to a function that does what the nil value used to. + ** Help changes +++ @@ -1397,10 +1400,9 @@ argument, with the same interpretation as the returned value of ** Revert and Autorevert changes -*** The default values of `make-backup-file-name-function', -`revert-buffer-function', `revert-buffer-insert-file-contents-function', -and `buffer-stale-function' are no longer nil. Instead they default -to functions that do what the nil value used to. +*** The default values of `buffer-stale-function', `revert-buffer-function', +and `revert-buffer-insert-file-contents-function' are no longer nil. +Instead they default to functions that do what the nil value used to. --- *** If Emacs is compiled with file notification support, it uses notifications