diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-28 01:22:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-28 01:22:11 +0000 |
commit | dd279b91ff0e2e5ba6da60be8438afd8890b6751 (patch) | |
tree | 9528e6beef49ffc573b5657af860d31348c13763 /lisp/emacs-lisp | |
parent | 7862c5b138a93437ee1fc6d4f370469ee9e50d30 (diff) | |
download | emacs-dd279b91ff0e2e5ba6da60be8438afd8890b6751.tar.gz |
(timeout-event-p): Function deleted.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/levents.el | 5 |
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 |