* mixi.el (mixi-curl-cookie-file): Change the default value to
authorbg66 <bg66>
Mon, 18 Dec 2006 01:16:53 +0000 (01:16 +0000)
committerbg66 <bg66>
Mon, 18 Dec 2006 01:16:53 +0000 (01:16 +0000)
~/.mixi/cookies.txt.

ChangeLog
mixi.el

index 5100728..e852d61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-18  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-curl-cookie-file): Change the default value to
+       ~/.mixi/cookies.txt.
+
 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-object-title): Remove application dependant codes.
diff --git a/mixi.el b/mixi.el
index 7f4a1d1..18aa4dc 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   :type 'file
   :group 'mixi)
 
-(defcustom mixi-curl-cookie-file (expand-file-name "~/.mixi-cookies.txt")
+(defcustom mixi-curl-cookie-file (expand-file-name "cookies.txt"
+                                                  mixi-directory)
   "*The location of cookie file created by `curl'."
   :type 'file
   :group 'mixi)