projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5781e6
)
* lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 'user-error'.
author
Juri Linkov
<juri@linkov.net>
Thu, 12 Dec 2019 23:47:03 +0000
(
01:47
+0200)
committer
Juri Linkov
<juri@linkov.net>
Thu, 12 Dec 2019 23:47:03 +0000
(
01:47
+0200)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index d68ed966f8230085ca444b8395fbb436f4f71446..04a640c82c387f8eaf0b0c9038cca180a5044a88 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-4603,7
+4603,7
@@
instrumentation for, defaulting to all functions."
(push symbol functions)))
obarray)
(unless functions
- (error "Found no functions to remove instrumentation from"))
+ (
user-
error "Found no functions to remove instrumentation from"))
(let ((name
(completing-read
"Remove instrumentation from (default all functions): "