projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8050f
)
Synch to No Gnus 200509300905.
author
yamaoka
<yamaoka>
Fri, 30 Sep 2005 09:05:51 +0000
(09:05 +0000)
committer
yamaoka
<yamaoka>
Fri, 30 Sep 2005 09:05:51 +0000
(09:05 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/time-date.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
72db920
..
6b5d4e9
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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
diff --git
a/lisp/time-date.el
b/lisp/time-date.el
index
a5cf50e
..
b78f438
100644
(file)
--- 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