]> git.eshelyaron.com Git - emacs.git/commitdiff
(search_regs_saved): Delete initializer.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Dec 1994 13:03:48 +0000 (13:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Dec 1994 13:03:48 +0000 (13:03 +0000)
src/search.c

index 7a406f8f0040640035f42f84e81196f9af532951..0d5f5dcf158ec7fa63cf045ba587022bc18a67e1 100644 (file)
@@ -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