Add an edebug-cancel-debug-on-entry alias
* lisp/emacs-lisp/debug.el (edebug-cancel-debug-on-entry): Add an alias for easier discoverability (bug#10806).
This commit is contained in:
parent
19f72110fc
commit
cea9577b7d
1 changed files with 2 additions and 0 deletions
|
@ -683,6 +683,8 @@ Redefining FUNCTION also cancels it."
|
|||
(push s funs))))
|
||||
funs))
|
||||
|
||||
(defalias 'edebug-cancel-debug-on-entry #'cancel-debug-on-entry)
|
||||
|
||||
;;;###autoload
|
||||
(defun cancel-debug-on-entry (&optional function)
|
||||
"Undo effect of \\[debug-on-entry] on FUNCTION.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue