From: Richard M. Stallman Date: Wed, 7 Dec 1994 13:03:48 +0000 (+0000) Subject: (search_regs_saved): Delete initializer. X-Git-Tag: emacs-19.34~5727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75ebf74b48275db79b7d1fdb040b13bf0f6f1253;p=emacs.git (search_regs_saved): Delete initializer. --- 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