changeset 56797:2383026ff0d9

(time-to-seconds): Add autoload cookies.
author Masatake YAMATO <jet@gyve.org>
date Thu, 26 Aug 2004 18:20:52 +0000
parents 36d665eaf92f
children df3c9bb112b3
files lisp/ChangeLog lisp/calendar/time-date.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 26 16:17:48 2004 +0000
+++ b/lisp/ChangeLog	Thu Aug 26 18:20:52 2004 +0000
@@ -1,3 +1,7 @@
+2004-08-27  Masatake YAMATO  <jet@gyve.org>
+
+	* calendar/time-date.el (time-to-seconds): Add autoload cookies.
+
 2004-08-25  John Paul Wallington  <jpw@gnu.org>
 
 	* textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
--- 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."