From 2ad2a65d3417c513fc9b7d3d0c15549d908a0dac Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 17 Oct 2001 08:16:36 +0000 Subject: [PATCH] * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the definition. --- elmo/ChangeLog | 5 +++++ elmo/elmo-shimbun.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 00f1bca..dd02f28 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Yoichi NAKAYAMA + + * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the + definition. + 2001-10-16 Yuuichi Teranishi * 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 --- 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 -- 1.7.10.4