Variable: edebug-continue-kbd-macro

edebug-continue-kbd-macro is a customizable variable defined in edebug.el.gz.

Value

nil

Documentation

If non-nil, continue defining or executing any keyboard macro.

Use this with caution since it is not debugged.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defcustom edebug-continue-kbd-macro nil
  "If non-nil, continue defining or executing any keyboard macro.
Use this with caution since it is not debugged."
  :type 'boolean)