Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
75ebf74b
Commit
75ebf74b
authored
Dec 07, 1994
by
Richard M. Stallman
Browse files
(search_regs_saved): Delete initializer.
parent
884d69bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/search.c
src/search.c
+1
-1
No files found.
src/search.c
View file @
75ebf74b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment