aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhillip Lord2019-03-02 16:52:53 +0000
committerPhillip Lord2019-03-02 16:52:53 +0000
commit7523a9e8b26f763eecd50981a3f2d6e705284324 (patch)
tree9fb643907442d39f1fea922c837c97a3af03cd09 /src
parent5e4b8538207c1d181372077d2adb6597f3b05e07 (diff)
downloademacs-7523a9e8b26f763eecd50981a3f2d6e705284324.tar.gz
emacs-7523a9e8b26f763eecd50981a3f2d6e705284324.zip
Revert "Add hook for all events"
This reverts commit 7b31de4d107302ed91ce7519cd778b340a9880ee.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
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");