* src/keyboard.c (syms_of_keyboard): Fix build without input polling.

This commit is contained in:
Po Lu 2022-01-21 21:48:57 +08:00
parent 62a84eea34
commit 88e47934d9

View file

@ -12082,8 +12082,10 @@ syms_of_keyboard (void)
help_form_saved_window_configs = Qnil;
staticpro (&help_form_saved_window_configs);
#ifdef POLL_FOR_INPUT
poll_timer_time = Qnil;
staticpro (&poll_timer_time);
#endif
defsubr (&Scurrent_idle_time);
defsubr (&Sevent_symbol_parse_modifiers);