aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/levents.el5
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."
230GNU Emacs 19 does not currently generate process-output events." 230GNU Emacs 19 does not currently generate process-output events."
231 (eq (car-safe obj) 'process)) 231 (eq (car-safe obj) 'process))
232 232
233(defun timeout-event-p (obj)
234 "True if the argument is a timeout event object.
235GNU Emacs 19 does not currently generate timeout events."
236 (eq (car-safe obj) 'timeout))
237
238;;; levents.el ends here 233;;; levents.el ends here