Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
613cd8c5
Commit
613cd8c5
authored
Feb 09, 2006
by
Bill Wohler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mh-replace-regexp-in-string): Add missing regexp argument.
parent
1834d8e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+5
-0
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-compat.el
+1
-1
No files found.
lisp/mh-e/ChangeLog
View file @
613cd8c5
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
...
...
lisp/mh-e/mh-compat.el
View file @
613cd8c5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment