comparison src/ChangeLog @ 5681:4af5a3435c94

Don't sanity-check commands with (define-key KEYMAP [remap COMMAND1] COMMAND2). lisp/ChangeLog addition: 2012-09-05 Aidan Kehoe <kehoea@parhasard.net> * keymap.c: * keymap.c (Fdefine_key): * keymap.c (remap_command): * keymap.c (Fremap_command): Don't sanity-check commands to be remapped with the (define-key KEYMAP [remap COMMAND1] COMMAND2) syntax, for better compatibility with GNU Emacs. Thank you Robert Pluim!
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 05 Sep 2012 20:37:58 +0100
parents 8a2ac78cb97d
children dae33b5feffe
comparison
equal deleted inserted replaced
5680:8a2ac78cb97d 5681:4af5a3435c94
1 2012-09-05 Aidan Kehoe <kehoea@parhasard.net>
2
3 * keymap.c:
4 * keymap.c (Fdefine_key):
5 * keymap.c (remap_command):
6 * keymap.c (Fremap_command):
7 Don't sanity-check commands to be remapped with the (define-key
8 KEYMAP [remap COMMAND1] COMMAND2) syntax, for better compatibility
9 with GNU Emacs. Thank you Robert Pluim!
10
1 2012-09-02 Aidan Kehoe <kehoea@parhasard.net> 11 2012-09-02 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * regex.c (re_search_2): 13 * regex.c (re_search_2):
4 * regex.c (re_match_2): 14 * regex.c (re_match_2):
5 If the mirror syntax table is dirty, update it before the search, 15 If the mirror syntax table is dirty, update it before the search,