From ec2dc2677ac8e996b621a9ec1a3b28a35e472115 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Fri, 26 Sep 2003 07:21:56 +0000 Subject: [PATCH] (parse-time-string): Add autoload cookie. --- lisp/calendar/parse-time.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2