Variable: crisp-override-meta-x

crisp-override-meta-x is a customizable variable defined in crisp.el.gz.

Value

t

Documentation

Controls overriding the normal Emacs M-x key binding in the CRiSP emulator.

Normally the CRiSP emulator rebinds M-x to save-buffers-exit-emacs, and provides the usual M-x functionality on the F10 key. If this variable is non-nil, M-x will exit Emacs.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/crisp.el.gz
(defcustom crisp-override-meta-x t
  "Controls overriding the normal Emacs M-x key binding in the CRiSP emulator.
Normally the CRiSP emulator rebinds M-x to `save-buffers-exit-emacs', and
provides the usual M-x functionality on the F10 key.  If this variable
is non-nil, M-x will exit Emacs."
  :type 'boolean)