Variable: edebug-inhibit-emacs-lisp-mode-bindings

edebug-inhibit-emacs-lisp-mode-bindings is a variable defined in edebug.el.gz.

Value

nil

Documentation

If non-nil, inhibit Edebug bindings on the C-x C-a key.

By default, loading the edebug library causes these bindings to be installed in emacs-lisp-mode-map.

Aliases

gud-inhibit-global-bindings (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defvar edebug-inhibit-emacs-lisp-mode-bindings nil
  "If non-nil, inhibit Edebug bindings on the C-x C-a key.
By default, loading the `edebug' library causes these bindings to
be installed in `emacs-lisp-mode-map'.")