]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c (read_char): Use CALLN.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Jan 2019 16:01:37 +0000 (08:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Jan 2019 16:02:04 +0000 (08:02 -0800)
src/keyboard.c

index 838dc242dd95ca1776f73344ac49604906c77083..b3b55e73b63637fec5cf90ff4380ee207bb07f8b 100644 (file)
@@ -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,