From d9779c377dabcbc3a002069084d72191ce059496 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 23 Jan 2019 08:01:37 -0800 Subject: [PATCH] * src/keyboard.c (read_char): Use CALLN. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, if (! NILP (also_record)) record_char (also_record); - Frun_hook_with_args (2, ((Lisp_Object []) {Qinput_event_functions, c})); + CALLN (Frun_hook_with_args, Qinput_event_functions, c); /* Wipe the echo area. But first, if we are about to use an input method, -- 2.39.5