Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3135e9fd
Commit
3135e9fd
authored
Feb 09, 1998
by
Richard M. Stallman
Browse files
(search_command): Fix call to search_buffer.
parent
4f493b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/search.c
src/search.c
+2
-2
No files found.
src/search.c
View file @
3135e9fd
...
...
@@ -892,10 +892,10 @@ search_command (string, bound, noerror, count, direction, RE, posix)
np
=
search_buffer
(
string
,
PT
,
PT_BYTE
,
lim
,
lim_byte
,
n
,
RE
,
(
!
NILP
(
current_buffer
->
case_fold_search
)
?
current_buffer
->
case_canon_table
:
make_number
(
0
)
),
:
Qnil
),
(
!
NILP
(
current_buffer
->
case_fold_search
)
?
current_buffer
->
case_eqv_table
:
make_number
(
0
)
),
:
Qnil
),
posix
);
if
(
np
<=
0
)
{
...
...
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