* time-date.el: Autoload parse-time-string.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 30 Sep 2005 09:05:36 +0000 (09:05 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 30 Sep 2005 09:05:36 +0000 (09:05 +0000)
lisp/ChangeLog
lisp/time-date.el

index b11e948..d469da9 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * time-date.el: Autoload parse-time-string.
+
 2005-09-29  Simon Josefsson  <jas@extundo.com>
 
        * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
index e0a5323..cfed10a 100644 (file)
@@ -91,6 +91,7 @@ and type 3 is the list (HIGH LOW MICRO)."
    ((eq type 1) (list high low))
    ((eq type 2) (list high low micro))))
 
+(autoload 'parse-time-string "parse-time")
 (autoload 'timezone-make-date-arpa-standard "timezone")
 
 ;;;###autoload