branch: externals/vertico
commit bf47342b877c607b2cf62b1fb4b1906cffd7f3c6
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    vertico--protect: Simplify
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index f6565af47e..2a7d08c498 100644
--- a/vertico.el
+++ b/vertico.el
@@ -483,7 +483,7 @@ If an error occurs, the FUN is retried with 
`debug-on-error' enabled and
 the stack trace is shown in the *Messages* buffer."
   (when (or debug-on-error (condition-case nil
                                (progn (funcall fun) nil)
-                             ((debug error) t)))
+                             (error t)))
     (let ((debug-on-error t)
           (debugger #'vertico--debug))
       (condition-case nil

Reply via email to