diff options
| author | Stefan Monnier | 2013-06-04 21:58:43 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-06-04 21:58:43 -0400 |
| commit | bfa3acd65ba6e8cbaf66a4f3f61810ffba7b3fad (patch) | |
| tree | 230455c7f248de71d969ec07de0760dfa77f91d7 /etc | |
| parent | 2587b005f0f11913c2158fe8c81b18ebfc0beca8 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. | ||
| 400 | It used to disable the minor mode, major mode, and text-property keymaps, | ||
| 401 | whereas 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. |
| 400 | Instead they default to a function which does what the nil value used to do. | 404 | Instead they default to a function which does what the nil value used to do. |
| 401 | 405 | ||