From: ueno Date: Mon, 24 Apr 2006 06:55:23 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_1~30 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024b7ce17bd50db314ba0a471d61769224b6af4e;p=elisp%2Fepg.git Fixed. --- 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)