Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b4577c63
Commit
b4577c63
authored
Jun 09, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fast_c_string_match_ignore_case):
Renamed from fast_string_match_ignore_case. Set re_match_object.
parent
dacc955c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/search.c
src/search.c
+2
-1
No files found.
src/search.c
View file @
b4577c63
...
...
@@ -394,7 +394,7 @@ fast_string_match (regexp, string)
extern
Lisp_Object
Vascii_downcase_table
;
int
fast_string_match_ignore_case
(
regexp
,
string
)
fast_
c_
string_match_ignore_case
(
regexp
,
string
)
Lisp_Object
regexp
;
char
*
string
;
{
...
...
@@ -402,6 +402,7 @@ fast_string_match_ignore_case (regexp, string)
struct
re_pattern_buffer
*
bufp
;
int
len
=
strlen
(
string
);
re_match_object
=
Qt
;
bufp
=
compile_pattern
(
regexp
,
0
,
XCHAR_TABLE
(
Vascii_downcase_table
)
->
contents
,
0
);
immediate_quit
=
1
;
...
...
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