From: bg66 Date: Mon, 11 Dec 2006 00:25:34 +0000 (+0000) Subject: * mixi.el (mixi-cache-expires): Set the default value to nil. X-Git-Tag: mixi-el-1_0_0~168 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=470d6c5df50a594e40f67901f496f0b5cbe9a9b7;p=elisp%2Fmixi.git * mixi.el (mixi-cache-expires): Set the default value to nil. --- diff --git a/ChangeLog b/ChangeLog index 17428d6..8d3fef1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-11 OHASHI Akira + + * mixi.el (mixi-cache-expires): Set the default value to nil. + 2006-12-08 OHASHI Akira * sb-mixi.el (shimbun-mixi-initialize-comment-cache): Abolish. diff --git a/mixi.el b/mixi.el index 14e4480..53ae4d5 100644 --- a/mixi.el +++ b/mixi.el @@ -179,7 +179,7 @@ Increase this value when unexpected error frequently occurs." :type 'number :group 'mixi) -(defcustom mixi-cache-expires 3600 +(defcustom mixi-cache-expires nil "*Seconds for expiration of a cached object." :type '(radio (integer :tag "Expired seconds") (const :tag "Don't expire" nil)