summaryrefslogtreecommitdiff
path: root/lisp/calendar/time-date.el
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2004-08-26 18:20:52 +0000
committerMasatake YAMATO <jet@gyve.org>2004-08-26 18:20:52 +0000
commit0e48150a65b1645e0a9ea1c678dc79b782043e28 (patch)
tree1fd37864703b49f4faeb20b3b7a207f03b81f096 /lisp/calendar/time-date.el
parentc513d7cf44d65f6fc6f54593ed3f654cca188f88 (diff)
downloademacs-0e48150a65b1645e0a9ea1c678dc79b782043e28.tar.gz
(time-to-seconds): Add autoload cookies.
Diffstat (limited to 'lisp/calendar/time-date.el')
-rw-r--r--lisp/calendar/time-date.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el
index 846231befe6..6439089273a 100644
--- a/lisp/calendar/time-date.el
+++ b/lisp/calendar/time-date.el
@@ -45,6 +45,7 @@
(timezone-make-date-arpa-standard date)))
(error (error "Invalid date: %s" date))))
+;;;###autoload
(defun time-to-seconds (time)
"Convert time value TIME to a floating point number.
You can use `float-time' instead."