summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-07 13:03:48 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-07 13:03:48 +0000
commit9f03a9f84677712b94c9006d36820cdb5e0257b6 (patch)
tree039c47c0ac6e84a8641cad61744a124498589925 /src/search.c
parent9d9bd15ca4c3c6bf5fe36512f952c5993f1b5666 (diff)
downloademacs-9f03a9f84677712b94c9006d36820cdb5e0257b6.tar.gz
(search_regs_saved): Delete initializer.
Diffstat (limited to 'src/search.c')
-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.")
/* If non-zero the match data have been saved in saved_search_regs
during the execution of a sentinel or filter. */
-static int search_regs_saved = 0;
+static int search_regs_saved;
static struct re_registers saved_search_regs;
/* Called from Flooking_at, Fstring_match, search_buffer, Fstore_match_data