aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-06-04 21:58:43 -0400
committerStefan Monnier2013-06-04 21:58:43 -0400
commitbfa3acd65ba6e8cbaf66a4f3f61810ffba7b3fad (patch)
tree230455c7f248de71d969ec07de0760dfa77f91d7 /etc
parent2587b005f0f11913c2158fe8c81b18ebfc0beca8 (diff)
downloademacs-bfa3acd65ba6e8cbaf66a4f3f61810ffba7b3fad.tar.gz
emacs-bfa3acd65ba6e8cbaf66a4f3f61810ffba7b3fad.zip
* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):
* src/keyboard.c (menu_bar_items, tool_bar_items): * src/doc.c (Fsubstitute_command_keys): Voverriding_terminal_local_map does not override local keymaps any more.
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