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
3f8100f1
Commit
3f8100f1
authored
Mar 21, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fregexp_quote): Use make_specified_string.
parent
c98265b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/search.c
src/search.c
+3
-2
No files found.
src/search.c
View file @
3f8100f1
...
...
@@ -2711,9 +2711,10 @@ DEFUN ("regexp-quote", Fregexp_quote, Sregexp_quote, 1, 1, 0,
*
out
++
=
*
in
;
}
return
make_
multibyte
_string
(
temp
,
return
make_
specified
_string
(
temp
,
XSTRING
(
string
)
->
size
+
backslashes_added
,
out
-
temp
);
out
-
temp
,
STRING_MULTIBYTE
(
string
));
}
syms_of_search
()
...
...
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