aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9381dfdbb35..db63e992ec0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2287,6 +2287,9 @@ configuration files.
2287 2287
2288* Lisp Changes in Emacs 21.4 2288* Lisp Changes in Emacs 21.4
2289 2289
2290** Function `translate-region' accepts also a char-table as TABLE
2291argument.
2292
2290+++ 2293+++
2291** Major mode functions now run the new normal hook 2294** Major mode functions now run the new normal hook
2292`after-change-major-mode-hook', at their very end, after the mode hooks. 2295`after-change-major-mode-hook', at their very end, after the mode hooks.