Fixed.
authorueno <ueno>
Thu, 18 May 2006 00:08:22 +0000 (00:08 +0000)
committerueno <ueno>
Thu, 18 May 2006 00:08:22 +0000 (00:08 +0000)
epg.el

diff --git a/epg.el b/epg.el
index c04b4e1..3c4bd34 100644 (file)
--- 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))