1
Fork 0
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:
Richard M. Stallman 1995-10-25 19:33:48 +00:00
parent ea18e2846d
commit 24b704fa6e

View file

@ -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,