aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search.c b/src/search.c
index 11ff90df014..a00490fd4b3 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2928,6 +2928,9 @@ syms_of_search ()
2928 last_thing_searched = Qnil; 2928 last_thing_searched = Qnil;
2929 staticpro (&last_thing_searched); 2929 staticpro (&last_thing_searched);
2930 2930
2931 saved_last_thing_searched = Qnil;
2932 staticpro (&saved_last_thing_searched);
2933
2931 defsubr (&Slooking_at); 2934 defsubr (&Slooking_at);
2932 defsubr (&Sposix_looking_at); 2935 defsubr (&Sposix_looking_at);
2933 defsubr (&Sstring_match); 2936 defsubr (&Sstring_match);