1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

; * src/keyboard.c (read_event_from_main_queue): Fix indentation.

This commit is contained in:
Eli Zaretskii 2015-04-23 10:59:24 +03:00
parent f2e2cd5969
commit 5f8878796e

View File

@ -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);