Mercurial > emacs
changeset 76861:3f0c06049787
* keymap.c (where_is_internal): Scan provided keymaps for command
remappings rather than calling Fcommand_remapping.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 01 Apr 2007 15:42:39 +0000 |
parents | 5a7d99e3ab6d |
children | 4f957abd4298 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 01 15:39:13 2007 +0000 +++ b/src/ChangeLog Sun Apr 01 15:42:39 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-01 Chong Yidong <cyd@stupidchicken.com> + + * keymap.c (where_is_internal): Scan provided keymaps for command + remappings rather than calling Fcommand_remapping. + 2007-03-31 Eli Zaretskii <eliz@gnu.org> * window.c (Fget_lru_window): Doc fix.