diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62a7afe4b3b..7a839986e2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 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). | ||
| 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 |