diff lisp/calendar/time-date.el @ 56797:2383026ff0d9

(time-to-seconds): Add autoload cookies.
author Masatake YAMATO <jet@gyve.org>
date Thu, 26 Aug 2004 18:20:52 +0000
parents 8e406d7e53be
children 55fd4f77387a 335d5c2fc901 d8411455de48
line wrap: on
line diff
--- a/lisp/calendar/time-date.el	Thu Aug 26 16:17:48 2004 +0000
+++ b/lisp/calendar/time-date.el	Thu Aug 26 18:20:52 2004 +0000
@@ -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."