diff --git a/lisp/subr.el b/lisp/subr.el index 58f388c146d..a9924445ada 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -7799,7 +7799,7 @@ seconds." (unless (y-or-n-p-with-timeout (format "Error %s; continue?" (error-message-string err)) 5 t) - (error err)))) + (signal err)))) ;; Continue running. nil)))