diff options
| author | Po Lu | 2022-01-21 21:48:57 +0800 |
|---|---|---|
| committer | Po Lu | 2022-01-21 21:50:06 +0800 |
| commit | 88e47934d9ab75f46dc02bfb784bb213f45f6336 (patch) | |
| tree | e8bdf99205e5086d4189e4dc3d9063d5481ad601 /src | |
| parent | 62a84eea34c33bd1d4b13b2c84cea7a6b082278c (diff) | |
| download | emacs-88e47934d9ab75f46dc02bfb784bb213f45f6336.tar.gz emacs-88e47934d9ab75f46dc02bfb784bb213f45f6336.zip | |
* src/keyboard.c (syms_of_keyboard): Fix build without input polling.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 6f1614a7dfb..d2919ed9f66 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -12082,8 +12082,10 @@ syms_of_keyboard (void) | |||
| 12082 | help_form_saved_window_configs = Qnil; | 12082 | help_form_saved_window_configs = Qnil; |
| 12083 | staticpro (&help_form_saved_window_configs); | 12083 | staticpro (&help_form_saved_window_configs); |
| 12084 | 12084 | ||
| 12085 | #ifdef POLL_FOR_INPUT | ||
| 12085 | poll_timer_time = Qnil; | 12086 | poll_timer_time = Qnil; |
| 12086 | staticpro (&poll_timer_time); | 12087 | staticpro (&poll_timer_time); |
| 12088 | #endif | ||
| 12087 | 12089 | ||
| 12088 | defsubr (&Scurrent_idle_time); | 12090 | defsubr (&Scurrent_idle_time); |
| 12089 | defsubr (&Sevent_symbol_parse_modifiers); | 12091 | defsubr (&Sevent_symbol_parse_modifiers); |