+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
(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.