mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(time-to-seconds): Add autoload cookies.
This commit is contained in:
parent
c513d7cf44
commit
0e48150a65
@ -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…
Reference in New Issue
Block a user