aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-20 10:28:44 +0200
committerLars Ingebrigtsen2019-10-20 10:28:44 +0200
commit27490cec4e258d344c3e192301a18e36c52576a6 (patch)
tree58260ab56756161fa8a2f1dff72b16804f31e719
parentcea9577b7d6fcf01599afd48078f8ff1defb1297 (diff)
downloademacs-27490cec4e258d344c3e192301a18e36c52576a6.tar.gz
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.
-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."
683 (push s funs)))) 683 (push s funs))))
684 funs)) 684 funs))
685 685
686(defalias 'edebug-cancel-debug-on-entry #'cancel-debug-on-entry)
687
688;;;###autoload 686;;;###autoload
689(defun cancel-debug-on-entry (&optional function) 687(defun cancel-debug-on-entry (&optional function)
690 "Undo effect of \\[debug-on-entry] on FUNCTION. 688 "Undo effect of \\[debug-on-entry] on FUNCTION.