aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 45a3632f5c9..271d3148b0b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -396,6 +396,10 @@ It is layered as:
396 396
397* Incompatible Lisp Changes in Emacs 24.4 397* Incompatible Lisp Changes in Emacs 24.4
398 398
399** overriding-terminal-local-map does not replace the local keymaps any more.
400It used to disable the minor mode, major mode, and text-property keymaps,
401whereas now it simply has higher precedence.
402
399** Default process filers and sentinels are not nil any more. 403** Default process filers and sentinels are not nil any more.
400Instead they default to a function which does what the nil value used to do. 404Instead they default to a function which does what the nil value used to do.
401 405