* src/keyboard.c (syms_of_keyboard): Fix build without input polling.
This commit is contained in:
parent
62a84eea34
commit
88e47934d9
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue