From: yamaoka Date: Fri, 30 Sep 2005 09:05:51 +0000 (+0000) Subject: Synch to No Gnus 200509300905. X-Git-Tag: t-gnus-6_17_4-quimby-~330 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1e6fbd6f6b734663f229ac3fb480e9de5ccb8c93;p=elisp%2Fgnus.git- Synch to No Gnus 200509300905. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 72db920..6b5d4e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-09-30 Katsumi Yamaoka + + * time-date.el: Autoload parse-time-string. + 2005-09-29 Simon Josefsson * spam.el: Load hashcash when compiling, to avoid warnings. Don't diff --git a/lisp/time-date.el b/lisp/time-date.el index a5cf50e..b78f438 100644 --- a/lisp/time-date.el +++ b/lisp/time-date.el @@ -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