diff options
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index ef138ba35f2..ad8dddf0b33 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -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 ""))) |