From 8d5f70f6082c1f1aeb4af2c06c3a5b3fc0d95c7b Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 19 Mar 2007 08:32:06 +0000 Subject: [PATCH] Ignore errors when parsing DN. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index 8c0b049..f6d19b3 100644 --- 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") -- 1.7.10.4