diff options
Diffstat (limited to 'lisp/emacs-lisp/levents.el')
-rw-r--r-- | lisp/emacs-lisp/levents.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el index 83395a36c19..bc5c06c9cbc 100644 --- a/lisp/emacs-lisp/levents.el +++ b/lisp/emacs-lisp/levents.el @@ -230,9 +230,4 @@ an existing event object." GNU Emacs 19 does not currently generate process-output events." (eq (car-safe obj) 'process)) -(defun timeout-event-p (obj) - "True if the argument is a timeout event object. -GNU Emacs 19 does not currently generate timeout events." - (eq (car-safe obj) 'timeout)) - ;;; levents.el ends here |