diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 5c8b84b8e9c..5b0330745fa 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1289,12 +1289,6 @@ See `event-start' for a description of the value returned." The return value is a positive integer." (if (and (consp event) (integerp (nth 2 event))) (nth 2 event) 1)) -(defvar input-event-functions nil - ;; BEWARE: If it looks like this is not run anywhere, it's normal: - ;; this is run in keyboard.c. - "Special hook run each time a user-input event is read. -Each function is called with one argument: the event.") - (defsubst event-line-count (event) "Return the line count of EVENT, a mousewheel event. The return value is a positive integer." |