diff options
author | Masatake YAMATO <jet@gyve.org> | 2004-08-26 18:20:52 +0000 |
---|---|---|
committer | Masatake YAMATO <jet@gyve.org> | 2004-08-26 18:20:52 +0000 |
commit | 0e48150a65b1645e0a9ea1c678dc79b782043e28 (patch) | |
tree | 1fd37864703b49f4faeb20b3b7a207f03b81f096 /lisp/calendar/time-date.el | |
parent | c513d7cf44d65f6fc6f54593ed3f654cca188f88 (diff) | |
download | emacs-0e48150a65b1645e0a9ea1c678dc79b782043e28.tar.gz |
(time-to-seconds): Add autoload cookies.
Diffstat (limited to 'lisp/calendar/time-date.el')
-rw-r--r-- | lisp/calendar/time-date.el | 1 |
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." |