From 613cd8c53f1342b4a3ecc8a96a37b3ceb6623281 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Thu, 9 Feb 2006 19:06:33 +0000 Subject: [PATCH] (mh-replace-regexp-in-string): Add missing regexp argument. --- lisp/mh-e/ChangeLog | 5 +++++ lisp/mh-e/mh-compat.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index de73f331aa0..b89a4fc3d1f 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2006-02-09 Bill Wohler + + * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp + argument. + 2006-02-08 Peter S Galbraith * 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 1d7f1c90e79..090ee51c5fc 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. -- 2.39.2