aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorBill Wohler <[email protected]>2006-02-09 19:06:33 +0000
committerBill Wohler <[email protected]>2006-02-09 19:06:33 +0000
commit613cd8c53f1342b4a3ecc8a96a37b3ceb6623281 (patch)
tree96165fd2aae3e086a2dd687785861981dadb91ba /lisp
parent1834d8e7d58516e7a4d8d1750ab531ba32aba8a5 (diff)
(mh-replace-regexp-in-string): Add missing regexp argument.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mh-e/ChangeLog5
-rw-r--r--lisp/mh-e/mh-compat.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index de73f331aa..b89a4fc3d1 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-09 Bill Wohler <[email protected]>
+
+ * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
+ argument.
+
2006-02-08 Peter S Galbraith <[email protected]>
* mh-e.el (mh-invisible-header-fields-internal): Added entries
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el
index 1d7f1c90e7..090ee51c5f 100644
--- a/lisp/mh-e/mh-compat.el
+++ b/lisp/mh-e/mh-compat.el
@@ -144,7 +144,7 @@ The argument STRING is ignored."
(match-beginning num) (match-end num)))
(mh-defun-compat mh-replace-regexp-in-string replace-regexp-in-string
- (rep string &optional fixedcase literal subexp start)
+ (regexp rep string &optional fixedcase literal subexp start)
"Replace REGEXP with REP everywhere in STRING and return result.
This function is used by XEmacs that lacks `replace-regexp-in-string'.
The function `replace-in-string' is used instead.