diff options
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 9e1567f8cfe..56916e0cb4e 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2728,7 +2728,7 @@ read_char (int commandflag, Lisp_Object map, /* If there is still no input available, ask for GC. */ if (!detect_input_pending_run_timers (0)) - maybe_gc (); /* FIXME: Why? */ + maybe_gc (); } /* Notify the caller if an autosave hook, or a timer, sentinel or |