emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 27490ce: Revert "Add an edebug-cancel-debug-on-entr


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 27490ce: Revert "Add an edebug-cancel-debug-on-entry alias"
Date: Sun, 20 Oct 2019 04:29:24 -0400 (EDT)

branch: master
commit 27490cec4e258d344c3e192301a18e36c52576a6
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 65e02b5..f711971 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]