]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-replace-regexp-in-string): Add missing regexp argument.
authorBill Wohler <wohler@newt.com>
Thu, 9 Feb 2006 19:06:33 +0000 (19:06 +0000)
committerBill Wohler <wohler@newt.com>
Thu, 9 Feb 2006 19:06:33 +0000 (19:06 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-compat.el

index de73f331aa0b6be60c5c271fbec293b31d89764b..b89a4fc3d1f1ddc152149cbb7ce98eaff89874c6 100644 (file)
@@ -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
index 1d7f1c90e79ba56a4b91fcc9c12787975fcff1f2..090ee51c5fc35250b3d7c50c696436c310961838 100644 (file)
@@ -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.