diff 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
line wrap: on
line diff
--- a/lisp/time.el	Sun Jun 22 18:47:05 1997 +0000
+++ b/lisp/time.el	Sun Jun 22 18:57:55 1997 +0000
@@ -241,4 +241,6 @@
   (and (file-exists-p file)
        (< 0 (nth 7 (file-attributes (file-chase-links file))))))
 
+(provide 'time)
+
 ;;; time.el ends here