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:
Lars Ingebrigtsen 2019-10-20 09:48:28 +02:00
parent 19f72110fc
commit cea9577b7d

View file

@ -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.