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
commitdd279b91ff0e2e5ba6da60be8438afd8890b6751 (patch)
tree9528e6beef49ffc573b5657af860d31348c13763
parent7862c5b138a93437ee1fc6d4f370469ee9e50d30 (diff)
downloademacs-dd279b91ff0e2e5ba6da60be8438afd8890b6751.tar.gz
(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