branch: elpa/age
commit 7ff39cf32d382be237e2d547ca660c26f4158f9a
Author: Bas Alberts <[email protected]>
Commit: Bas Alberts <[email protected]>
catch rage Error: as well in our process filter
---
age.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/age.el b/age.el
index e1f838b7f8d..42ff3e7533b 100644
--- a/age.el
+++ b/age.el
@@ -442,7 +442,7 @@ question, and the callback data (if any)."
(with-current-buffer (process-buffer process)
(unless age-process-filter-running
(let ((age-process-filter-running t))
- (string-match "age: error: \\(.*\\)" input)
+ (string-match "[age: error:|Error:] \\(.*\\)" input)
(let ((error-msg (match-string 1 input)))
(when error-msg
;; age-context is buffer local