aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-07 13:03:48 +0000
committerRichard M. Stallman1994-12-07 13:03:48 +0000
commit75ebf74b48275db79b7d1fdb040b13bf0f6f1253 (patch)
treec94aed1a03f1b80abd1bbda3e177956c597a6db6
parent884d69bd9002ada8205a01a02d9d16048e0b80c6 (diff)
downloademacs-75ebf74b48275db79b7d1fdb040b13bf0f6f1253.tar.gz
emacs-75ebf74b48275db79b7d1fdb040b13bf0f6f1253.zip
(search_regs_saved): Delete initializer.
-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