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.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
;;; Edebug Minor Mode

(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'.")