projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a5804
)
(epg-verify-result-to-string): Don't reverse signature list.
author
ueno
<ueno>
Thu, 20 Apr 2006 05:48:26 +0000
(
05:48
+0000)
committer
ueno
<ueno>
Thu, 20 Apr 2006 05:48:26 +0000
(
05:48
+0000)
epg.el
patch
|
blob
|
history
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."