Synch to No Gnus 200509300905.
authoryamaoka <yamaoka>
Fri, 30 Sep 2005 09:05:51 +0000 (09:05 +0000)
committeryamaoka <yamaoka>
Fri, 30 Sep 2005 09:05:51 +0000 (09:05 +0000)
lisp/ChangeLog
lisp/time-date.el

index 72db920..6b5d4e9 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 a5cf50e..b78f438 100644 (file)
@@ -93,6 +93,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