From: ueno Date: Thu, 20 Apr 2006 05:41:45 +0000 (+0000) Subject: Reverted. X-Git-Tag: emiko-1_14_1-epg-0_0_1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3576092ee59c7dc2925cf6491f04007376218644;p=elisp%2Fsemi.git Reverted. --- diff --git a/mime-pgp.el b/mime-pgp.el index 7336efe..2373b61 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -88,9 +88,8 @@ context (buffer-substring (match-beginning 0)(point-max))) (message "%s" - (mapconcat #'epg-verify-result-to-string - (reverse (epg-context-result-for context 'verify)) - "\n")) + (epg-verify-result-to-string + (epg-context-result-for context 'verify))) (goto-char (point-min)) (delete-region (point-min) @@ -149,9 +148,8 @@ (mime-insert-entity orig-entity) (buffer-substring))) (message "%s" - (mapconcat #'epg-verify-result-to-string - (reverse (epg-context-result-for context 'verify)) - "\n")))) + (epg-verify-result-to-string + (epg-context-result-for context 'verify))))) ;;; @ Internal method for application/pgp-encrypted