summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-28 01:22:11 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-28 01:22:11 +0000
commitc9eab4beee4fce21cb50fe18421c22c763f8fd8d (patch)
tree217c46540c19528b41e8f2658150e68237c5cadf
parentaeab376f9f294b014c18a04ddd8978e2fc35bb9d (diff)
downloademacs-c9eab4beee4fce21cb50fe18421c22c763f8fd8d.tar.gz
emacs-c9eab4beee4fce21cb50fe18421c22c763f8fd8d.tar.bz2
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."
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