From 76e678714fc17537222f74f2480bd2685a2c95f2 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 25 Apr 2006 01:07:05 +0000 Subject: [PATCH] Fixed. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index 2a8c2f3..98bc0e3 100644 --- a/epg.el +++ b/epg.el @@ -523,7 +523,7 @@ This function is for internal use only." (save-excursion (set-buffer (process-buffer process)) ;; gpg process exited abnormally, but we have not received an - ;; error response from it. + ;; error response from it. Set it here. (unless (epg-context-result-for epg-context 'error) (if (string-match "\\`exited abnormally with code \\(.*\\)\n" status) (epg-context-result-for -- 1.7.10.4