]> git.eshelyaron.com Git - emacs.git/commitdiff
(time-to-seconds): Add autoload cookies.
authorMasatake YAMATO <jet@gyve.org>
Thu, 26 Aug 2004 18:20:52 +0000 (18:20 +0000)
committerMasatake YAMATO <jet@gyve.org>
Thu, 26 Aug 2004 18:20:52 +0000 (18:20 +0000)
lisp/ChangeLog
lisp/calendar/time-date.el

index a52bb001fea3709fafb77af4e2ebb6d946a91b36..2141bcd959f711256ece4a231f1c1a56b03f624a 100644 (file)
@@ -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
index 846231befe6134eccc3a3835af5cbbc0e49ee207..6439089273a59c39875b115f1398058cf2ad1e00 100644 (file)
@@ -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."