X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg.el;fp=epg.el;h=745345871ce12ddb5ae9f6b703c37f5b9371f278;hb=db7992e3c7552801b4c0c84897ddc173626fa02a;hp=b2b4bf173553b5f7475dd4f8fa7cd6d84f15c279;hpb=4876d5bb6c378022c3dc4966931354a0ecbaf60f;p=elisp%2Fepg.git 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))))