From b171ef13891588b317441036ff4e87cf13bae3a4 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 20 Apr 2006 05:48:26 +0000 Subject: [PATCH] (epg-verify-result-to-string): Don't reverse signature list. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.7.10.4