aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorAndrĂ© Spiegel <[email protected]>2003-09-26 07:21:56 +0000
committerAndrĂ© Spiegel <[email protected]>2003-09-26 07:21:56 +0000
commitec2dc2677ac8e996b621a9ec1a3b28a35e472115 (patch)
tree283a0bdef4ba5ff6301b9b8c0f22697cabafa61c /lisp/calendar
parent7146d1c1a89efee92131fafcfba06fae69989641 (diff)
(parse-time-string): Add autoload cookie.
Diffstat (limited to 'lisp/calendar')
-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 9eea37fc7a..bf75b18621 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