emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9eaad4d: * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentati


From: Juri Linkov
Subject: master 9eaad4d: * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 'user-error'.
Date: Thu, 12 Dec 2019 18:47:10 -0500 (EST)

branch: master
commit 9eaad4de02798c7d71357ac9dced9f5f8af7a9b3
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 
'user-error'.
---
 lisp/emacs-lisp/edebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index d68ed96..04a640c 100644
--- 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): "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]