diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Sun Sep 02 17:36:47 2012 +0100
+++ b/src/ChangeLog	Wed Sep 05 20:37:58 2012 +0100
@@ -1,3 +1,13 @@
+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!
+
 2012-09-02  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* regex.c (re_search_2):