Make the edebug-all-defs user option work more reliably
* lisp/emacs-lisp/edebug.el (edebug-all-defs): This user option has no effect unless edebug is loaded (because that loads the advice needed for the commands in question) (bug#53331).
This commit is contained in:
parent
16c785b621
commit
5561d5de56
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,11 @@ This applies to `eval-defun', `eval-region', `eval-buffer', and
|
|||
You can use the command `edebug-all-defs' to toggle the value of this
|
||||
variable. You may wish to make it local to each buffer with
|
||||
\(make-local-variable \\='edebug-all-defs) in your
|
||||
`emacs-lisp-mode-hook'."
|
||||
`emacs-lisp-mode-hook'.
|
||||
|
||||
Note that this user option has no effect unless the edebug
|
||||
package has been loaded."
|
||||
:require 'edebug
|
||||
:type 'boolean)
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue