Variable: calc-override-minor-modes-map
calc-override-minor-modes-map is a variable defined in
calc-embed.el.gz.
Value
` calc-edit
Documentation
A list of keybindings that might be overwritten by minor modes.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-embed.el.gz
;; The following is to take care of any minor modes which override
;; a Calc command.
(defvar-keymap calc-override-minor-modes-map
:doc "A list of keybindings that might be overwritten by minor modes.")