aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-28 01:22:11 +0000
committerRichard M. Stallman1996-02-28 01:22:11 +0000
commitc9eab4beee4fce21cb50fe18421c22c763f8fd8d (patch)
tree217c46540c19528b41e8f2658150e68237c5cadf
parentaeab376f9f294b014c18a04ddd8978e2fc35bb9d (diff)
downloademacs-c9eab4beee4fce21cb50fe18421c22c763f8fd8d.tar.gz
emacs-c9eab4beee4fce21cb50fe18421c22c763f8fd8d.zip
(timeout-event-p): Function deleted.
-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