aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 790cf47fbee..f9ede684085 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1459,8 +1459,14 @@ displayed with a "spinning bar".
1459** New variable `revert-buffer-in-progress-p' is true while a buffer is 1459** New variable `revert-buffer-in-progress-p' is true while a buffer is
1460being reverted, even if the buffer has a local `revert-buffer-function'. 1460being reverted, even if the buffer has a local `revert-buffer-function'.
1461 1461
1462** New variables `delayed-warnings-list' and `delayed-warnings-hook' allow 1462---
1463deferring warnings until the main command loop is executed. 1463** New variables `delayed-warnings-list' and `delayed-warnings-hook'.
1464If delayed-warnings-list is non-nil, the command loop calls
1465delayed-warnings-hook after post-command-hook. At present, this is
1466only used by Emacs on some platforms to display warnings during
1467startup, which might otherwise not be noticed. This uses the functions
1468display-delayed-warnings and collapse-delayed-warnings.
1469
1464 1470
1465+++ 1471+++
1466** `set-auto-mode' now respects mode: local variables at the end of files, 1472** `set-auto-mode' now respects mode: local variables at the end of files,