Mercurial > emacs
annotate lispref/.cvsignore @ 32988:c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
(get_keymap): Remove.
(get_keymap_1): Rename get_keymap.
* keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
* xterm.c (note_mode_line_highlight): Use KEYMAPP.
* xmenu.c (single_submenu): Use KEYMAPP.
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
* w32term.c (note_mode_line_highlight): Use KEYMAPP.
* w32menu.c (True, False): Remove (use TRUE and FALSE instead).
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
(single_submenu): Use KEYMAPP.
(w32_menu_show, w32_dialog_show): Use TRUE.
* minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
* keymap.c (KEYMAPP): Remove (moved to lisp.h).
(Fkeymapp): Use KEYMAPP.
(get_keymap): Rename from get_keymap_1. Remove old def.
Return t when autoload=0 and error=0 and the keymap needs autoloading.
(Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
(Fminor_mode_key_binding): Don't raise an error if the binding
is not a keymap.
(Fuse_global_map, Fuse_local_map): Allow autoloading.
(Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
* keyboard.c (read_char): get_keymap_1 -> get_keymap.
Allow Vspecial_event_map to be autoloaded.
(menu_bar_items): Fetch the keymap rather than using keymapp.
(menu_bar_one_keymap): No need to follow func-indirect any more.
(parse_menu_item): get_keymap_1 -> get_keymap.
(tool_bar_items): Fetch the keymap rather than using keymapp.
(read_key_sequence): Use KEYMAPP.
* intervals.c (get_local_map): Use get_keymap rather than following
function-indirections explicitly.
* doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 27 Oct 2000 22:20:19 +0000 |
parents | a0af1af4aabf |
children | 0ee954140c53 |
rev | line source |
---|---|
30904 | 1 elisp |
2 elisp-1 | |
3 elisp-2 | |
4 elisp-3 | |
5 elisp-4 | |
6 elisp-5 | |
7 elisp-6 | |
8 elisp-7 | |
9 elisp-8 | |
10 elisp-9 | |
11 elisp-10 | |
12 elisp-11 | |
13 elisp-12 | |
14 elisp-13 | |
15 elisp-14 | |
16 elisp-15 | |
17 elisp-16 | |
18 elisp-17 | |
19 elisp-18 | |
20 elisp-19 | |
21 elisp-20 | |
22 elisp-21 | |
23 elisp-22 | |
24 elisp-23 | |
25 elisp-24 | |
26 elisp-25 | |
27 elisp-26 | |
28 elisp-27 | |
29 elisp-28 | |
30 elisp-29 | |
31 elisp-30 | |
32 elisp-31 | |
33 elisp-32 | |
34 elisp-33 | |
35 elisp-34 | |
36 elisp-35 | |
37 elisp-36 | |
38 elisp-37 | |
39 elisp-38 | |
40 elisp-39 | |
41 elisp-40 | |
42 elisp-41 | |
43 elisp-42 | |
44 elisp-43 | |
45 elisp-44 | |
46 elisp-45 | |
47 elisp-46 | |
48 elisp-47 |