From: Eli Zaretskii Date: Thu, 23 Apr 2015 07:59:24 +0000 (+0300) Subject: ; * src/keyboard.c (read_event_from_main_queue): Fix indentation. X-Git-Tag: emacs-25.0.90~2322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f8878796e20580afa4fbe171ddc0d0c7280c193;p=emacs.git ; * src/keyboard.c (read_event_from_main_queue): Fix indentation. --- diff --git a/src/keyboard.c b/src/keyboard.c index 068a47c6c75..bd79f901970 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2192,7 +2192,7 @@ read_event_from_main_queue (struct timespec *end_time, save_getcjmp (save_jump); restore_getcjmp (local_getcjmp); if (!end_time) - timer_start_idle (); + timer_start_idle (); c = kbd_buffer_get_event (&kb, used_mouse_menu, end_time); restore_getcjmp (save_jump);