Mercurial > emacs
comparison src/ChangeLog @ 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 | 3f0c06049787 |
children | d9865e1c3c0d |
comparison
equal
deleted
inserted
replaced
76883:49c630f0ca11 | 76884:3f5474e2e862 |
---|---|
1 2007-04-01 Chong Yidong <cyd@stupidchicken.com> | 1 2007-04-01 Chong Yidong <cyd@stupidchicken.com> |
2 | 2 |
3 * keymap.c (where_is_internal): Scan provided keymaps for command | 3 * keymap.c (Fcommand_remapping): New optional argument. |
4 remappings rather than calling Fcommand_remapping. | 4 (where_is_internal): Use new keymaps argument. |
5 (Fkey_binding): Caller changed. | |
6 | |
7 * keyboard.c (command_loop_1): Caller changed. | |
5 | 8 |
6 2007-03-31 Eli Zaretskii <eliz@gnu.org> | 9 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
7 | 10 |
8 * window.c (Fget_lru_window): Doc fix. | 11 * window.c (Fget_lru_window): Doc fix. |
9 | 12 |