diff options
| author | Stefan Monnier | 2019-06-26 10:03:48 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-06-26 10:03:48 -0400 |
| commit | 698ff554ac2699ec48fefc85a1307cbc4a183b0d (patch) | |
| tree | a7b7592f7973f81cad4410366d313e790616907e /src/keyboard.c | |
| parent | 9233865b7005831e63755eb84ae7da060f878a55 (diff) | |
| download | emacs-698ff554ac2699ec48fefc85a1307cbc4a183b0d.tar.gz emacs-698ff554ac2699ec48fefc85a1307cbc4a183b0d.zip | |
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
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 56916e0cb4e..9e1567f8cfe 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2728,7 +2728,7 @@ read_char (int commandflag, Lisp_Object map, | |||
| 2728 | 2728 | ||
| 2729 | /* If there is still no input available, ask for GC. */ | 2729 | /* If there is still no input available, ask for GC. */ |
| 2730 | if (!detect_input_pending_run_timers (0)) | 2730 | if (!detect_input_pending_run_timers (0)) |
| 2731 | maybe_gc (); | 2731 | maybe_gc (); /* FIXME: Why? */ |
| 2732 | } | 2732 | } |
| 2733 | 2733 | ||
| 2734 | /* Notify the caller if an autosave hook, or a timer, sentinel or | 2734 | /* Notify the caller if an autosave hook, or a timer, sentinel or |