diff options
Diffstat (limited to 'src')
| -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 838dc242dd9..b3b55e73b63 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2919,7 +2919,7 @@ read_char (int commandflag, Lisp_Object map, | |||
| 2919 | if (! NILP (also_record)) | 2919 | if (! NILP (also_record)) |
| 2920 | record_char (also_record); | 2920 | record_char (also_record); |
| 2921 | 2921 | ||
| 2922 | Frun_hook_with_args (2, ((Lisp_Object []) {Qinput_event_functions, c})); | 2922 | CALLN (Frun_hook_with_args, Qinput_event_functions, c); |
| 2923 | 2923 | ||
| 2924 | /* Wipe the echo area. | 2924 | /* Wipe the echo area. |
| 2925 | But first, if we are about to use an input method, | 2925 | But first, if we are about to use an input method, |