From: Bill Wohler Date: Thu, 9 Feb 2006 19:06:33 +0000 (+0000) Subject: (mh-replace-regexp-in-string): Add missing regexp argument. X-Git-Tag: emacs-pretest-22.0.90~4260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=613cd8c53f1342b4a3ecc8a96a37b3ceb6623281;p=emacs.git (mh-replace-regexp-in-string): Add missing regexp argument. --- 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.