Mercurial > emacs
changeset 13295:bc92156aa523
(string_match_1): Pass the POSIX arg to compile_pattern.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 25 Oct 1995 19:33:48 +0000 |
parents | 30565fdf5fe0 |
children | 76034e1fc62e |
files | src/search.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/search.c Wed Oct 25 19:32:18 1995 +0000 +++ b/src/search.c Wed Oct 25 19:33:48 1995 +0000 @@ -309,7 +309,7 @@ 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,