Mercurial > emacs
diff src/search.c @ 10128:59ccd063e016
(search_regs_saved): Delete initializer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Dec 1994 13:03:48 +0000 |
parents | cb713218845a |
children | afe81fd385eb |
line wrap: on
line diff
--- a/src/search.c Wed Dec 07 12:48:36 1994 +0000 +++ b/src/search.c Wed Dec 07 13:03:48 1994 +0000 @@ -1929,7 +1929,7 @@ /* 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