From 51ef45c4a84ebc0b2379756cdf54bbff419137a5 Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 19 Mar 2007 08:41:45 +0000 Subject: [PATCH] Fixed. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index 0d56526..1b58162 100644 --- a/epg.el +++ b/epg.el @@ -2559,7 +2559,7 @@ PARAMETERS is a string which tells how to create the key." \\([0-9A-Fa-f][0-9A-Fa-f]\\)\\)" string index) (if (match-beginning 2) - (setq string (replace-match "\\2" t t string) + (setq string (replace-match "\\2" t nil string) index (1- (match-end 0))) (if (match-beginning 3) (setq string (replace-match (string (string-to-number -- 1.7.10.4