aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/time.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/time.el b/lisp/time.el
index 2d52ffb33c..f66160b471 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -241,4 +241,6 @@ would give mode line times like `94/12/30 21:07:48 (UTC)'."
(and (file-exists-p file)
(< 0 (nth 7 (file-attributes (file-chase-links file))))))
+(provide 'time)
+
;;; time.el ends here