]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Add an edebug-cancel-debug-on-entry alias"
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 08:28:44 +0000 (10:28 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 08:28:44 +0000 (10:28 +0200)
This reverts commit cea9577b7d6fcf01599afd48078f8ff1defb1297.

cancel-edebug-on-entry and cancel-debug-on-entry are not the same functions.

lisp/emacs-lisp/debug.el

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