mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 01:20:37 -08:00
(string_match_1): Pass the POSIX arg to compile_pattern.
This commit is contained in:
parent
ea18e2846d
commit
24b704fa6e
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ string_match_1 (regexp, string, start, posix)
|
|||
bufp = compile_pattern (regexp, &search_regs,
|
||||
(!NILP (current_buffer->case_fold_search)
|
||||
? DOWNCASE_TABLE : 0),
|
||||
0);
|
||||
posix);
|
||||
immediate_quit = 1;
|
||||
val = re_search (bufp, (char *) XSTRING (string)->data,
|
||||
XSTRING (string)->size, s, XSTRING (string)->size - s,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue