From: bg66 Date: Mon, 18 Dec 2006 01:16:53 +0000 (+0000) Subject: * mixi.el (mixi-curl-cookie-file): Change the default value to X-Git-Tag: mixi-el-1_0_0~159 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=289cbbeda9ed78be3ae0fd2b49021329070dfa34;p=elisp%2Fmixi.git * mixi.el (mixi-curl-cookie-file): Change the default value to ~/.mixi/cookies.txt. --- diff --git a/ChangeLog b/ChangeLog index 5100728..e852d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-18 OHASHI Akira + + * mixi.el (mixi-curl-cookie-file): Change the default value to + ~/.mixi/cookies.txt. + 2006-12-14 OHASHI Akira * mixi.el (mixi-object-title): Remove application dependant codes. diff --git a/mixi.el b/mixi.el index 7f4a1d1..18aa4dc 100644 --- a/mixi.el +++ b/mixi.el @@ -135,7 +135,8 @@ :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)