diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/time-date.el | 1 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index be3490dfaff..b1646a5665c 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -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 diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ebe75811cb0..69bfd79b460 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2005-09-30 Katsumi Yamaoka <yamaoka@jpl.org> + + * time-date.el: Autoload parse-time-string, XEmacs needs it. + 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca> * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode |