mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(mh-replace-regexp-in-string): Add missing regexp argument.
This commit is contained in:
parent
1834d8e7d5
commit
613cd8c53f
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user