]> git.eshelyaron.com Git - emacs.git/commitdiff
(timeout-event-p): Function deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Feb 1996 01:22:11 +0000 (01:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Feb 1996 01:22:11 +0000 (01:22 +0000)
lisp/emacs-lisp/levents.el

index 83395a36c1928ef9b88021c78db1e50efe13d746..bc5c06c9cbc29b7d6b70effa134de76a85777d0d 100644 (file)
@@ -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