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:
7ceedd4
)
Ignore errors when parsing DN.
author
ueno
<ueno>
Mon, 19 Mar 2007 08:32:06 +0000
(08:32 +0000)
committer
ueno
<ueno>
Mon, 19 Mar 2007 08:32:06 +0000
(08:32 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
8c0b049
..
f6d19b3
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1757,7
+1757,7
@@
signatures should be included."
(if cert
(condition-case nil
(epg-dn-from-string string)
- (errror string))
+ (error string))
string))
(epg-key-user-id-list (car keys)))))
((equal (aref (car lines) 0) "fpr")