Fixed.
authorueno <ueno>
Wed, 25 Oct 2006 09:17:24 +0000 (09:17 +0000)
committerueno <ueno>
Wed, 25 Oct 2006 09:17:24 +0000 (09:17 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index 4c40727..54144ff 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   :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
                (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")