+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.
: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)