diff options
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
