Variable: minor-mode-overriding-map-alist

minor-mode-overriding-map-alist is a buffer-local variable defined in keymap.c.

Documentation

Alist of keymaps to use for minor modes, in current major mode.

This variable is an alist just like minor-mode-map-alist, and it is used the same way (and before minor-mode-map-alist); however, it is provided for major modes to bind locally.

Probably introduced at or before Emacs version 20.3.

Source Code

// Defined in /usr/src/emacs/src/keymap.c
  DEFVAR_LISP ("minor-mode-overriding-map-alist", Vminor_mode_overriding_map_alist,
	       doc: /* Alist of keymaps to use for minor modes, in current major mode.
This variable is an alist just like `minor-mode-map-alist', and it is
used the same way (and before `minor-mode-map-alist'); however,
it is provided for major modes to bind locally.  */);