aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/keyboard.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 760795f1870..691ce28ee93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * atimer.c (init_atimer): Also clear stopped_atimers.
4
5 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6
12009-04-29 Ulrich Mueller <ulm@gentoo.org> 72009-04-29 Ulrich Mueller <ulm@gentoo.org>
2 8
3 * lread.c (Vread_circle): New variable. 9 * lread.c (Vread_circle): New variable.
diff --git a/src/keyboard.c b/src/keyboard.c
index 9f9705d56bf..4a19457d49f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11681,6 +11681,7 @@ init_keyboard ()
11681 (*keyboard_init_hook) (); 11681 (*keyboard_init_hook) ();
11682 11682
11683#ifdef POLL_FOR_INPUT 11683#ifdef POLL_FOR_INPUT
11684 poll_timer = NULL;
11684 poll_suppress_count = 1; 11685 poll_suppress_count = 1;
11685 start_polling (); 11686 start_polling ();
11686#endif 11687#endif