mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
Use user-error in cancel-edebug-on-entry
* lisp/emacs-lisp/edebug.el (cancel-edebug-on-entry): This is a user-class error, so use user-error.
This commit is contained in:
parent
0794354b24
commit
665208ce59
1 changed files with 1 additions and 1 deletions
|
|
@ -3474,7 +3474,7 @@ The removes the effect of `edebug-on-entry'."
|
|||
(push symbol functions)))
|
||||
obarray)
|
||||
(unless functions
|
||||
(error "No functions have `edebug-on-entry'."))
|
||||
(user-error "No functions have `edebug-on-entry'"))
|
||||
functions))))
|
||||
(when (and name
|
||||
(not (equal name "")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue