From: ueno Date: Mon, 19 Mar 2007 07:42:10 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_11~65 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4beb7f50a3d7357898f6b151f48ee1fb330a2fa3;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index c391b2c..59cedc5 100644 --- a/epg.el +++ b/epg.el @@ -2543,7 +2543,7 @@ PARAMETERS is a string which tells how to create the key." (setq string (replace-match (string (string-to-number (match-string 0 string) 16)) t t string) - index (+ index 4))) + index (1- (match-end 0)))) string)) (defun epg--decode-quotedstring (string)