summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-20 10:28:44 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-20 10:28:44 +0200
commit27490cec4e258d344c3e192301a18e36c52576a6 (patch)
tree58260ab56756161fa8a2f1dff72b16804f31e719 /lisp/emacs-lisp/debug.el
parentcea9577b7d6fcf01599afd48078f8ff1defb1297 (diff)
downloademacs-27490cec4e258d344c3e192301a18e36c52576a6.tar.gz
emacs-27490cec4e258d344c3e192301a18e36c52576a6.tar.bz2
emacs-27490cec4e258d344c3e192301a18e36c52576a6.zip
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.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 0 insertions, 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.