(time-to-seconds): Add autoload cookies.
This commit is contained in:
parent
c513d7cf44
commit
0e48150a65
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue