projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f9e6d5
)
* WL-MK (make-wl-news): Don't use replace-regexp.
author
yoichi
<yoichi>
Fri, 7 Feb 2003 16:20:24 +0000
(16:20 +0000)
committer
yoichi
<yoichi>
Fri, 7 Feb 2003 16:20:24 +0000
(16:20 +0000)
WL-MK
patch
|
blob
|
history
diff --git
a/WL-MK
b/WL-MK
index
d706e76
..
9823afd
100644
(file)
--- a/
WL-MK
+++ b/
WL-MK
@@
-491,7
+491,8
@@
(save-excursion
(narrow-to-region p (point))
(goto-char (1+ p))
- (replace-regexp "^(" "\\\\(") ; avoid font-lock confusion
+ (while (re-search-forward "^(" nil t)
+ (replace-match "\\\\(")) ; avoid font-lock confusion
(widen)))
(insert ")\n"))
(insert "(defconst wl-news-news-alist nil)\n\n"))