Mercurial > emacs
changeset 76884:3f5474e2e862
* keymap.c (Fcommand_remapping): New optional argument.
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.
* keyboard.c (command_loop_1): Caller changed.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 01 Apr 2007 22:02:17 +0000 |
parents | 49c630f0ca11 |
children | fcaf9518268a |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 01 21:45:33 2007 +0000 +++ b/src/ChangeLog Sun Apr 01 22:02:17 2007 +0000 @@ -1,7 +1,10 @@ 2007-04-01 Chong Yidong <cyd@stupidchicken.com> - * keymap.c (where_is_internal): Scan provided keymaps for command - remappings rather than calling Fcommand_remapping. + * keymap.c (Fcommand_remapping): New optional argument. + (where_is_internal): Use new keymaps argument. + (Fkey_binding): Caller changed. + + * keyboard.c (command_loop_1): Caller changed. 2007-03-31 Eli Zaretskii <eliz@gnu.org>