From: Lars Ingebrigtsen Date: Sun, 20 Oct 2019 08:28:44 +0000 (+0200) Subject: Revert "Add an edebug-cancel-debug-on-entry alias" X-Git-Tag: emacs-27.0.90~973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27490cec4e258d344c3e192301a18e36c52576a6;p=emacs.git 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. --- 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.