Skip to content

Commit

Permalink
(timeout-event-p): Function deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Feb 28, 1996
1 parent 7862c5b commit dd279b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lisp/emacs-lisp/levents.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd279b9

Please sign in to comment.