From 289cbbeda9ed78be3ae0fd2b49021329070dfa34 Mon Sep 17 00:00:00 2001 From: bg66 Date: Mon, 18 Dec 2006 01:16:53 +0000 Subject: [PATCH] * mixi.el (mixi-curl-cookie-file): Change the default value to ~/.mixi/cookies.txt. --- ChangeLog | 5 +++++ mixi.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 1.7.10.4