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:
0400aa5
)
Fixed parenthesis.
author
ueno
<ueno>
Mon, 19 Mar 2007 08:27:11 +0000
(08:27 +0000)
committer
ueno
<ueno>
Mon, 19 Mar 2007 08:27:11 +0000
(08:27 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
b760821
..
0f390c5
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1755,8
+1755,8
@@
signatures should be included."
epg-key-validity-alist)))
(if cert
(epg-dn-from-string string)
- string)))
- (epg-key-user-id-list (car keys)))))
+ string))
+ (epg-key-user-id-list (car keys))))))
((equal (aref (car lines) 0) "fpr")
(epg-sub-key-set-fingerprint (car (epg-key-sub-key-list (car keys)))
(aref (car lines) 9)))