From 27490cec4e258d344c3e192301a18e36c52576a6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Oct 2019 10:28:44 +0200 Subject: [PATCH] Revert "Add an edebug-cancel-debug-on-entry alias" This reverts commit cea9577b7d6fcf01599afd48078f8ff1defb1297. cancel-edebug-on-entry and cancel-debug-on-entry are not the same functions. --- lisp/emacs-lisp/debug.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 65e02b5eef1..f711971c181 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -683,8 +683,6 @@ 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