From: ueno Date: Wed, 25 Oct 2006 09:17:24 +0000 (+0000) Subject: Fixed. X-Git-Tag: cache-file-branchpoint~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7330ce7ebecd5a34ac9a81c4e0824ce5b196e0ce;p=elisp%2Fmixi.git Fixed. --- 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")