diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 7813ca67ec5..c426fe91833 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -309,7 +309,7 @@ string_match_1 (regexp, string, start, posix) | |||
| 309 | bufp = compile_pattern (regexp, &search_regs, | 309 | bufp = compile_pattern (regexp, &search_regs, |
| 310 | (!NILP (current_buffer->case_fold_search) | 310 | (!NILP (current_buffer->case_fold_search) |
| 311 | ? DOWNCASE_TABLE : 0), | 311 | ? DOWNCASE_TABLE : 0), |
| 312 | 0); | 312 | posix); |
| 313 | immediate_quit = 1; | 313 | immediate_quit = 1; |
| 314 | val = re_search (bufp, (char *) XSTRING (string)->data, | 314 | val = re_search (bufp, (char *) XSTRING (string)->data, |
| 315 | XSTRING (string)->size, s, XSTRING (string)->size - s, | 315 | XSTRING (string)->size, s, XSTRING (string)->size - s, |