* mixi.el (mixi-cache-expires): Set the default value to nil.
authorbg66 <bg66>
Mon, 11 Dec 2006 00:25:34 +0000 (00:25 +0000)
committerbg66 <bg66>
Mon, 11 Dec 2006 00:25:34 +0000 (00:25 +0000)
ChangeLog
mixi.el

index 17428d6..8d3fef1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-11  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-cache-expires): Set the default value to nil.
+
 2006-12-08  OHASHI Akira  <bg66@koka-in.org>
 
        * sb-mixi.el (shimbun-mixi-initialize-comment-cache): Abolish.
diff --git a/mixi.el b/mixi.el
index 14e4480..53ae4d5 100644 (file)
--- 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)