(epg-verify-result-to-string): Don't reverse signature list.
authorueno <ueno>
Thu, 20 Apr 2006 05:48:26 +0000 (05:48 +0000)
committerueno <ueno>
Thu, 20 Apr 2006 05:48:26 +0000 (05:48 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 0c58a54..147eda5 100644 (file)
--- 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."