# HG changeset patch # User Masatake YAMATO # Date 1093544452 0 # Node ID 2383026ff0d98d4039bf26c2f822dc2aa2dfb092 # Parent 36d665eaf92ffc16796de1e9040344f9f4c1fe06 (time-to-seconds): Add autoload cookies. diff -r 36d665eaf92f -r 2383026ff0d9 lisp/ChangeLog --- 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 + + * 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 -r 36d665eaf92f -r 2383026ff0d9 lisp/calendar/time-date.el --- 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."