projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bd74f
)
* elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the definition.
author
yoichi
<yoichi>
Wed, 17 Oct 2001 08:16:36 +0000
(08:16 +0000)
committer
yoichi
<yoichi>
Wed, 17 Oct 2001 08:16:36 +0000
(08:16 +0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-shimbun.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
00f1bca
..
dd02f28
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,3
+1,8
@@
+2001-10-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
+ definition.
+
2001-10-16 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
diff --git
a/elmo/elmo-shimbun.el
b/elmo/elmo-shimbun.el
index
0325f04
..
2409302
100644
(file)
--- a/
elmo/elmo-shimbun.el
+++ b/
elmo/elmo-shimbun.el
@@
-47,7
+47,7
@@
(defcustom elmo-shimbun-use-cache t
"*If non-nil, use cache for each article."
- :type :boolean
+ :type 'boolean
:group 'elmo)
(defcustom elmo-shimbun-index-range-alist nil