changeset 68746:3741bfb4402f

(mh-replace-regexp-in-string): Add missing regexp argument.
author Bill Wohler <wohler@newt.com>
date Thu, 09 Feb 2006 19:06:33 +0000
parents c84463d2bf28
children d8d4d5dad20e
files lisp/mh-e/ChangeLog lisp/mh-e/mh-compat.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Thu Feb 09 15:56:43 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Thu Feb 09 19:06:33 2006 +0000
@@ -1,3 +1,8 @@
+2006-02-09  Bill Wohler  <wohler@newt.com>
+
+	* mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
+	argument.
+
 2006-02-08  Peter S Galbraith  <psg@debian.org>
 
 	* mh-e.el (mh-invisible-header-fields-internal): Added entries
--- a/lisp/mh-e/mh-compat.el	Thu Feb 09 15:56:43 2006 +0000
+++ b/lisp/mh-e/mh-compat.el	Thu Feb 09 19:06:33 2006 +0000
@@ -144,7 +144,7 @@
    (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.