projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e2cd5
)
; * src/keyboard.c (read_event_from_main_queue): Fix indentation.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 23 Apr 2015 07:59:24 +0000
(10:59 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 23 Apr 2015 07:59:24 +0000
(10:59 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 068a47c6c7554990118b43cab6d39c2025b33f1a..bd79f901970249f555a4cd371625e269df018459 100644
(file)
--- 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);