From cea9577b7d6fcf01599afd48078f8ff1defb1297 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Oct 2019 09:48:28 +0200 Subject: [PATCH] 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). --- lisp/emacs-lisp/debug.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index f711971c181..65e02b5eef1 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -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. -- 2.39.2