From: Daiki Ueno Date: Mon, 19 Mar 2007 08:28:45 +0000 (+0000) Subject: Fixed. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=19b5cff6111292c825911493cf787e1805439c19;p=epg%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index b2b4bf1..7453458 100644 --- a/epg.el +++ b/epg.el @@ -1737,7 +1737,8 @@ signatures should be included." (cons (epg--make-sub-key-1 (car lines)) (epg-key-sub-key-list (car keys))))) ((equal (aref (car lines) 0) "uid") - (setq string (copy-sequence (aref (car lines) 9))) + (setq string (copy-sequence (aref (car lines) 9)) + index 0) (while (string-match "\"" string index) (setq string (replace-match "\\\"" t t string) index (1+ (match-end 0))))