From: Paul Eggert Date: Wed, 23 Jan 2019 16:01:37 +0000 (-0800) Subject: * src/keyboard.c (read_char): Use CALLN. X-Git-Tag: emacs-27.0.90~3753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9779c377dabcbc3a002069084d72191ce059496;p=emacs.git * src/keyboard.c (read_char): Use CALLN. --- 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,