diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/commands.h b/src/commands.h index 4abdcac56f1..0f733aeb42c 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -20,18 +20,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #define Ctl(c) ((c)&037) | 21 | #define Ctl(c) ((c)&037) |
| 22 | 22 | ||
| 23 | /* Define the names of keymaps, just so people can refer to | 23 | /* Define the names of keymaps, just so people can refer to them in |
| 24 | them in calls to initial_define_key */ | 24 | calls to initial_define_key. These should *not* be used after |
| 25 | 25 | initialization; use-global-map doesn't affect these; it sets | |
| 26 | current_global_map instead. */ | ||
| 26 | extern Lisp_Object global_map; | 27 | extern Lisp_Object global_map; |
| 27 | |||
| 28 | extern Lisp_Object meta_map; | 28 | extern Lisp_Object meta_map; |
| 29 | |||
| 30 | extern Lisp_Object control_x_map; | 29 | extern Lisp_Object control_x_map; |
| 31 | 30 | ||
| 32 | /* Keymap for mouse commands. */ | ||
| 33 | extern Lisp_Object Vglobal_mouse_map; | ||
| 34 | |||
| 35 | extern Lisp_Object Vminibuffer_local_map; | 31 | extern Lisp_Object Vminibuffer_local_map; |
| 36 | 32 | ||
| 37 | extern Lisp_Object Vminibuffer_local_ns_map; | 33 | extern Lisp_Object Vminibuffer_local_ns_map; |