diff options
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index c2d8b860e4e..6e805ec7e69 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2928,8 +2928,6 @@ read_char (int commandflag, Lisp_Object map, if (! NILP (also_record)) record_char (also_record); - CALLN (Frun_hook_with_args, Qinput_event_functions, c); - /* Wipe the echo area. But first, if we are about to use an input method, save the echo area contents for it to refer to. */ @@ -11034,8 +11032,6 @@ syms_of_keyboard (void) DEFSYM (Qundefined, "undefined"); - DEFSYM (Qinput_event_functions, "input-event-functions"); - /* Hooks to run before and after each command. */ DEFSYM (Qpre_command_hook, "pre-command-hook"); DEFSYM (Qpost_command_hook, "post-command-hook"); |