From 7330ce7ebecd5a34ac9a81c4e0824ce5b196e0ce Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 25 Oct 2006 09:17:24 +0000 Subject: [PATCH] Fixed. --- mixi.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mixi.el b/mixi.el index 4c40727..54144ff 100644 --- a/mixi.el +++ b/mixi.el @@ -115,6 +115,16 @@ :type 'coding-system :group 'mixi) +(defcustom mixi-curl-program "curl" + "*The program name of `curl'." + :type 'file + :group 'mixi) + +(defcustom mixi-curl-cookie-file (expand-file-name "~/.mixi-cookies.txt") + "*The location of cookie file created by `curl'." + :type 'file + :group 'mixi) + (defcustom mixi-retrieve-function (or (condition-case nil (progn @@ -138,16 +148,6 @@ (function :format "Other function: %v\n" :size 0)) :group 'mixi) -(defcustom mixi-curl-program "curl" - "*The program name of `curl'." - :type 'file - :group 'mixi) - -(defcustom mixi-curl-cookie-file (expand-file-name "~/.mixi-cookies.txt") - "*The location of cookie file created by `curl'." - :type 'file - :group 'mixi) - (defcustom mixi-default-email nil "*Default E-mail address that is used to login automatically." :type '(radio (string :tag "E-mail address") -- 1.7.10.4