From e758c1c4fa0db80cd0462cea53dc9aec4889f0b5 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 18 May 2006 00:08:22 +0000 Subject: [PATCH] Fixed. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index c04b4e1..3c4bd34 100644 --- a/epg.el +++ b/epg.el @@ -1034,7 +1034,7 @@ This function is for internal use only." (epg-context-result-for epg-context 'verify)))) (defun epg-status-ERRSIG (process string) - (let ((signatures (car (epg-context-result-for epg-context 'verify)))) + (let ((signatures (epg-context-result-for epg-context 'verify))) (unless signatures (setq signatures (list (epg-make-signature 'error))) (epg-context-set-result-for epg-context 'verify signatures)) -- 1.7.10.4