aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 076835c3d20..c51136faf63 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1349,7 +1349,9 @@ file byte offsets, given the file's encoding.
1349** The default value of `load-read-function' is now `read'. 1349** The default value of `load-read-function' is now `read'.
1350Previously, the default value of `nil' implied using `read'. 1350Previously, the default value of `nil' implied using `read'.
1351 1351
1352** New hook `pre-redisplay-functions', a bit easier to use than pre-redisplay-function. 1352+++
1353** New hook `pre-redisplay-functions'.
1354It is a bit easier to use than `pre-redisplay-function'.
1353 1355
1354** The second arg of `looking-back' should always be provided explicitly. 1356** The second arg of `looking-back' should always be provided explicitly.
1355 1357