diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/commands.h b/src/commands.h index 5dc1100294e..6cc3e78de06 100644 --- a/src/commands.h +++ b/src/commands.h @@ -1,5 +1,5 @@ /* Definitions needed by most editing commands. - Copyright (C) 1985, 1994, 2001-2017 Free Software Foundation, Inc. + Copyright (C) 1985, 1994, 2001-2022 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -23,14 +23,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #define Ctl(c) ((c)&037) -/* 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; - /* If not Qnil, this is a switch-frame event which we decided to put off until the end of a key sequence. This should be read as the next command input, after any Vunread_command_events. |