Mercurial > emacs
comparison src/ChangeLog @ 81792:4ee4f467ca51
(struct accessible_keymaps_data, struct where_is_internal_data): New structs.
(accessible_keymaps_1, where_is_internal_1): Use them to change
interface to adhere to the one used by map_keymap.
(Faccessible_keymaps, where_is_internal): Use map_keymap.
(accessible_keymaps_char_table, where_is_internal_2): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 10 Jul 2007 15:20:15 +0000 |
parents | 98732c4676bc |
children | c1184a3d99c9 |
comparison
equal
deleted
inserted
replaced
81791:98732c4676bc | 81792:4ee4f467ca51 |
---|---|
1 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * keymap.c (struct accessible_keymaps_data) | |
4 (struct where_is_internal_data): New structures. | |
5 (accessible_keymaps_1, where_is_internal_1): Use them to change | |
6 interface to adhere to the one used by map_keymap. | |
7 (Faccessible_keymaps, where_is_internal): Use map_keymap. | |
8 (accessible_keymaps_char_table, where_is_internal_2): Remove. | |
2 | 9 |
3 * keymap.h (map_keymap_function_t): More informative prototype. | 10 * keymap.h (map_keymap_function_t): More informative prototype. |
4 | 11 |
5 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com> | 12 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com> |
6 | 13 |