diff options
| author | Stefan Monnier | 2019-06-26 10:24:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-06-26 10:24:59 -0400 |
| commit | 0b4e003766f15225dede9bdba4ead33e493856e2 (patch) | |
| tree | 99de57fe8feeca540f398acb232b75e9c802418c /src/keyboard.c | |
| parent | 699fce296b13d7db386b1cb5cecf2710e5196691 (diff) | |
| download | emacs-0b4e003766f15225dede9bdba4ead33e493856e2.tar.gz emacs-0b4e003766f15225dede9bdba4ead33e493856e2.zip | |
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
This reverts commit 698ff554ac2699ec48fefc85a1307cbc4a183b0d.
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, | |||
| 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 (); /* FIXME: Why? */ | 2731 | maybe_gc (); |
| 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 |