]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an edebug-cancel-debug-on-entry alias
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 07:48:28 +0000 (09:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 07:48:28 +0000 (09:48 +0200)
* lisp/emacs-lisp/debug.el (edebug-cancel-debug-on-entry): Add an
alias for easier discoverability (bug#10806).

lisp/emacs-lisp/debug.el

index f711971c18131f5fe78e20512c96262ec861020e..65e02b5eef14e4537ff61bd2aedb1a56e1644a3b 100644 (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.