comparison src/ChangeLog @ 104925:54e4fb84ea5d

(get_keymap): Return the actual keymap symbol rather than t for autoloaded keymaps when autoloading is not allowed (bug#4393).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Sep 2009 02:14:05 +0000
parents 301d9a019c4f
children d76b30182911
comparison
equal deleted inserted replaced
104924:301d9a019c4f 104925:54e4fb84ea5d
1 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keymap.c (get_keymap): Return the actual keymap symbol rather than
4 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2 5
3 * keymap.c (QCadvertised_binding): New constant. 6 * keymap.c (QCadvertised_binding): New constant.
4 (syms_of_keymap): Initialize it. 7 (syms_of_keymap): Initialize it.
5 (Fwhere_is_internal): Try and use bindings from :advertised-binding 8 (Fwhere_is_internal): Try and use bindings from :advertised-binding
6 if applicable. 9 if applicable.