diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-07 13:03:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-07 13:03:48 +0000 |
commit | 75ebf74b48275db79b7d1fdb040b13bf0f6f1253 (patch) | |
tree | c94aed1a03f1b80abd1bbda3e177956c597a6db6 /src/search.c | |
parent | 884d69bd9002ada8205a01a02d9d16048e0b80c6 (diff) | |
download | emacs-75ebf74b48275db79b7d1fdb040b13bf0f6f1253.tar.gz |
(search_regs_saved): Delete initializer.
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
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 |