summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-01-04 23:11:07 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2021-01-04 23:41:31 -0500
commit5bddc097385c1d9088748ed92abc2370857b2202 (patch)
tree1a25feb9a2f22205c65fe80c10b3ce73811a0a70 /src/commands.h
parentd6f30e5632b1c9cf43ebfbdbf164d5c54be33475 (diff)
downloademacs-5bddc097385c1d9088748ed92abc2370857b2202.tar.gz
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
* src/command.h (control_x_map): * src/keymap.c (control_x_map): Delete variable. (syms_of_keymap): * src/keyboard.c (keys_of_keyboard): * src/casefiddle.c (keys_of_casefiddle): * src/window.c (keys_of_window): Move initialization of ctl-x-map to subr.el. * src/lisp.h (syms_of_buffer): * src/buffer.c (keys_of_buffer): Delete function. * src/emacs.c (main): Don't call it.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index be6f5823bcc..8f9c76b1e2d 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -28,7 +28,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
initialization; use-global-map doesn't affect these; it sets
current_global_map instead. */
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