diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-03-02 16:52:53 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-03-02 16:52:53 +0000 |
commit | 7523a9e8b26f763eecd50981a3f2d6e705284324 (patch) | |
tree | 9fb643907442d39f1fea922c837c97a3af03cd09 /src | |
parent | 5e4b8538207c1d181372077d2adb6597f3b05e07 (diff) | |
download | emacs-7523a9e8b26f763eecd50981a3f2d6e705284324.tar.gz emacs-7523a9e8b26f763eecd50981a3f2d6e705284324.tar.bz2 emacs-7523a9e8b26f763eecd50981a3f2d6e705284324.zip |
Revert "Add hook for all events"
This reverts commit 7b31de4d107302ed91ce7519cd778b340a9880ee.
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, 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"); |