emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d9779c3: * src/keyboard.c (read_char): Use CALLN.


From: Paul Eggert
Subject: [Emacs-diffs] master d9779c3: * src/keyboard.c (read_char): Use CALLN.
Date: Wed, 23 Jan 2019 11:02:10 -0500 (EST)

branch: master
commit d9779c377dabcbc3a002069084d72191ce059496
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 838dc24..b3b55e7 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]