From: ueno Date: Thu, 20 Apr 2006 05:26:12 +0000 (+0000) Subject: * epg.el (epg-make-verify-result): Renamed epg-signature to X-Git-Tag: emiko-1_14_1-epg-0_0_1~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4d324552bd19251578b9005b28145e1f12d978e9;p=elisp%2Fsemi.git * epg.el (epg-make-verify-result): Renamed epg-signature to epg-verify-result. --- diff --git a/mime-pgp.el b/mime-pgp.el index 327efe3..7336efe 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -88,7 +88,7 @@ context (buffer-substring (match-beginning 0)(point-max))) (message "%s" - (mapconcat #'epg-signature-to-string + (mapconcat #'epg-verify-result-to-string (reverse (epg-context-result-for context 'verify)) "\n")) (goto-char (point-min)) @@ -149,7 +149,7 @@ (mime-insert-entity orig-entity) (buffer-substring))) (message "%s" - (mapconcat #'epg-signature-to-string + (mapconcat #'epg-verify-result-to-string (reverse (epg-context-result-for context 'verify)) "\n"))))