From 024b7ce17bd50db314ba0a471d61769224b6af4e Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 24 Apr 2006 06:55:23 +0000 Subject: [PATCH] Fixed. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index 2de8b75..dc61938 100644 --- a/epg.el +++ b/epg.el @@ -1497,7 +1497,7 @@ If you are unsure, use synchronous version of this function (setq string (replace-match "\\x\\3" t nil string) index (+ index 4)) (setq string (replace-match "\\\\\\\\\\4" t nil string) - index (+ index 4))))) + index (+ index 3))))) (car (read-from-string (concat "\"" string "\""))))) (defun epg-dn-from-string (string) -- 1.7.10.4