comparison lisp/time.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 8ef3e5ff7ee2
children 496848617eb4
comparison
equal deleted inserted replaced
18382:0e4943a370e2 18383:11218164bc54
239 239
240 (defun display-time-file-nonempty-p (file) 240 (defun display-time-file-nonempty-p (file)
241 (and (file-exists-p file) 241 (and (file-exists-p file)
242 (< 0 (nth 7 (file-attributes (file-chase-links file)))))) 242 (< 0 (nth 7 (file-attributes (file-chase-links file))))))
243 243
244 (provide 'time)
245
244 ;;; time.el ends here 246 ;;; time.el ends here