aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 7a406f8f004..0d5f5dcf158 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1929,7 +1929,7 @@ LIST should have been created by calling `match-data' previously.")
1929 1929
1930/* If non-zero the match data have been saved in saved_search_regs 1930/* If non-zero the match data have been saved in saved_search_regs
1931 during the execution of a sentinel or filter. */ 1931 during the execution of a sentinel or filter. */
1932static int search_regs_saved = 0; 1932static int search_regs_saved;
1933static struct re_registers saved_search_regs; 1933static struct re_registers saved_search_regs;
1934 1934
1935/* Called from Flooking_at, Fstring_match, search_buffer, Fstore_match_data 1935/* Called from Flooking_at, Fstring_match, search_buffer, Fstore_match_data