Revert "Add an edebug-cancel-debug-on-entry alias"

This reverts commit cea9577b7d.

cancel-edebug-on-entry and cancel-debug-on-entry are not the same functions.
This commit is contained in:
Lars Ingebrigtsen 2019-10-20 10:28:44 +02:00
parent cea9577b7d
commit 27490cec4e

View 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.