From 0e48150a65b1645e0a9ea1c678dc79b782043e28 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 26 Aug 2004 18:20:52 +0000 Subject: [PATCH] (time-to-seconds): Add autoload cookies. --- lisp/ChangeLog | 4 ++++ lisp/calendar/time-date.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a52bb001fea..2141bcd959f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-08-27 Masatake YAMATO + + * calendar/time-date.el (time-to-seconds): Add autoload cookies. + 2004-08-25 John Paul Wallington * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between 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." -- 2.39.2