emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 88e47934d9: * src/keyboard.c (syms_of_keyboard): Fix build withou


From: Po Lu
Subject: master 88e47934d9: * src/keyboard.c (syms_of_keyboard): Fix build without input polling.
Date: Fri, 21 Jan 2022 08:50:22 -0500 (EST)

branch: master
commit 88e47934d9ab75f46dc02bfb784bb213f45f6336
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * src/keyboard.c (syms_of_keyboard): Fix build without input polling.
---
 src/keyboard.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/keyboard.c b/src/keyboard.c
index 6f1614a7df..d2919ed9f6 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]