diff options
Diffstat (limited to 'src')
| -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, | |||
| 2928 | if (! NILP (also_record)) | 2928 | if (! NILP (also_record)) |
| 2929 | record_char (also_record); | 2929 | record_char (also_record); |
| 2930 | 2930 | ||
| 2931 | CALLN (Frun_hook_with_args, Qinput_event_functions, c); | ||
| 2932 | |||
| 2933 | /* Wipe the echo area. | 2931 | /* Wipe the echo area. |
| 2934 | But first, if we are about to use an input method, | 2932 | But first, if we are about to use an input method, |
| 2935 | save the echo area contents for it to refer to. */ | 2933 | save the echo area contents for it to refer to. */ |
| @@ -11034,8 +11032,6 @@ syms_of_keyboard (void) | |||
| 11034 | 11032 | ||
| 11035 | DEFSYM (Qundefined, "undefined"); | 11033 | DEFSYM (Qundefined, "undefined"); |
| 11036 | 11034 | ||
| 11037 | DEFSYM (Qinput_event_functions, "input-event-functions"); | ||
| 11038 | |||
| 11039 | /* Hooks to run before and after each command. */ | 11035 | /* Hooks to run before and after each command. */ |
| 11040 | DEFSYM (Qpre_command_hook, "pre-command-hook"); | 11036 | DEFSYM (Qpre_command_hook, "pre-command-hook"); |
| 11041 | DEFSYM (Qpost_command_hook, "post-command-hook"); | 11037 | DEFSYM (Qpost_command_hook, "post-command-hook"); |