Mercurial > emacs
changeset 3886:92f6b47e3e8d
* keyboard.c (menu_bar_items, read_key_sequence): Use
current_global_map, not global_map; the latter is only meant to be
used for initial_define_key.
* commands.h: Doc fix.
* commands.h (Vglobal_mouse_map): Removed; unused.
* xfns.c (Vglobal_mouse_map): Same.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Jun 1993 08:17:26 +0000 |
parents | d89645572b0f |
children | d8eb17d07558 |
files | src/commands.h |
diffstat | 1 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/commands.h Tue Jun 22 08:12:10 1993 +0000 +++ b/src/commands.h Tue Jun 22 08:17:26 1993 +0000 @@ -20,18 +20,14 @@ #define Ctl(c) ((c)&037) -/* Define the names of keymaps, just so people can refer to - them in calls to initial_define_key */ - +/* Define the names of keymaps, just so people can refer to them in + calls to initial_define_key. These should *not* be used after + initialization; use-global-map doesn't affect these; it sets + current_global_map instead. */ extern Lisp_Object global_map; - extern Lisp_Object meta_map; - extern Lisp_Object control_x_map; -/* Keymap for mouse commands. */ -extern Lisp_Object Vglobal_mouse_map; - extern Lisp_Object Vminibuffer_local_map; extern Lisp_Object Vminibuffer_local_ns_map;