X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg.el;h=147eda528525cfa5bfdecaf6f5d18b58d6305a45;hb=5312c05cb5a923991a4d5ab8de4b9fc53d21f0d2;hp=0c58a5464d20e37abbd35aa0d835e30e29a7afc8;hpb=a2a5804f19009b4e01acfe3ca481feaa2266cb6d;p=elisp%2Fepg.git diff --git a/epg.el b/epg.el index 0c58a54..147eda5 100644 --- a/epg.el +++ b/epg.el @@ -417,7 +417,7 @@ This function is for internal use only." ""))) (defun epg-verify-result-to-string (verify-result) - (mapconcat #'epg-signature-to-string (reverse verify-result) "\n")) + (mapconcat #'epg-signature-to-string verify-result "\n")) (defun epg-start (context args) "Start `epg-gpg-program' in a subprocess with given ARGS."