changeset 14704:6dbe9f47c0a1

(timeout-event-p): Function deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Feb 1996 01:22:11 +0000
parents 2406878fba09
children 5e7b3fbecc8d
files lisp/emacs-lisp/levents.el
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/levents.el	Wed Feb 28 00:30:49 1996 +0000
+++ b/lisp/emacs-lisp/levents.el	Wed Feb 28 01:22:11 1996 +0000
@@ -230,9 +230,4 @@
 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