summaryrefslogtreecommitdiff
path: root/lisp/calendar/parse-time.el
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2003-09-26 07:21:56 +0000
committerAndré Spiegel <spiegel@gnu.org>2003-09-26 07:21:56 +0000
commit572b28d02d353eace8195c7fea3b7301b4e578c6 (patch)
tree2ea9df43cf2ba174bdfc0632f475cb56dcf0880f /lisp/calendar/parse-time.el
parentc97667b1453c4aa9be92971c8e7e81b26b2534fc (diff)
downloademacs-572b28d02d353eace8195c7fea3b7301b4e578c6.tar.gz
(parse-time-string): Add autoload cookie.
Diffstat (limited to 'lisp/calendar/parse-time.el')
-rw-r--r--lisp/calendar/parse-time.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/parse-time.el b/lisp/calendar/parse-time.el
index 9eea37fc7a8..bf75b186211 100644
--- a/lisp/calendar/parse-time.el
+++ b/lisp/calendar/parse-time.el
@@ -174,6 +174,7 @@
((5) (0 49) ,#'(lambda () (+ 2000 parse-time-elt))))
"(slots predicate extractor...)")
+;;;###autoload
(defun parse-time-string (string)
"Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
The values are identical to those of `decode-time', but any values that are