Variable: overriding-terminal-local-map

overriding-terminal-local-map is a variable defined in keyboard.c.

Value

nil

Documentation

Per-terminal keymap that takes precedence over all other keymaps.

This variable is intended to let commands such as universal-argument set up a different keymap for reading the next command.

overriding-terminal-local-map has a separate binding for each terminal device. See Info node (elisp)Multiple Terminals.

View in manual

Probably introduced at or before Emacs version 19.29.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_KBOARD ("overriding-terminal-local-map",
		 Voverriding_terminal_local_map,
		 doc: /* Per-terminal keymap that takes precedence over all other keymaps.
This variable is intended to let commands such as `universal-argument'
set up a different keymap for reading the next command.

`overriding-terminal-local-map' has a separate binding for each
terminal device.  See Info node `(elisp)Multiple Terminals'.  */);