comparison lisp/emacs-lisp/levents.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 02b656fa8243
children 67b464da13ec
comparison
equal deleted inserted replaced
18382:0e4943a370e2 18383:11218164bc54
283 (defun process-event-p (obj) 283 (defun process-event-p (obj)
284 "True if the argument is a process-output event object. 284 "True if the argument is a process-output event object.
285 GNU Emacs 19 does not currently generate process-output events." 285 GNU Emacs 19 does not currently generate process-output events."
286 (eq (car-safe obj) 'process)) 286 (eq (car-safe obj) 'process))
287 287
288 (provide 'levents)
289
288 ;;; levents.el ends here 290 ;;; levents.el ends here