summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index 1400465..02fada9 100644
--- a/corfu.el
+++ b/corfu.el
@@ -870,7 +870,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 #'corfu--debug))
(condition-case nil