From 4d324552bd19251578b9005b28145e1f12d978e9 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 20 Apr 2006 05:26:12 +0000 Subject: [PATCH] * epg.el (epg-make-verify-result): Renamed epg-signature to epg-verify-result. --- mime-pgp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")))) -- 1.7.10.4