From: bg66 Date: Mon, 12 Mar 2007 08:30:42 +0000 (+0000) Subject: Fix the last change. X-Git-Tag: mixi-el-1_0_0~55 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bda146f582b9a42f29c8dea55107dae30f055a25;p=elisp%2Fmixi.git Fix the last change. --- diff --git a/ChangeLog b/ChangeLog index 93274d3..400231b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2007-03-12 OHASHI Akira - * mixi-atom.el (mixi-atom-file): New use option. + * mixi-atom.el (mixi-atom-file): New user option. (mixi-make-atom-file): Use it. * mixi-atom.el (mixi-make-atom-file): Rename from diff --git a/mixi-atom.el b/mixi-atom.el index cfaaa4d..2ac5e12 100644 --- a/mixi-atom.el +++ b/mixi-atom.el @@ -49,6 +49,11 @@ :type 'string :group 'mixi) +(defcustom mixi-atom-file "~/atom.xml" + "*File name for `mixi-make-atom-file'." + :group 'mixi + :type 'string) + (defcustom mixi-atom-syndication-list '((mixi-get-diaries . 10)) "*A list of atom syndication definition. @@ -71,11 +76,6 @@ RANGE is the range for getting articles. If RANGE is nil, get all articles." (radio (integer :tag "Range") (const :tag "All" nil))))) -(defcustom mixi-atom-file "~/atom.xml" - "*File name for `mixi-make-atom-file'." - :group 'mixi - :type 'string) - (defmacro mixi-atom-make-date (time) `(let ((date (format-time-string "%Y-%m-%dT%T%z" ,time))) (if (string-match "[+-][0-9][0-9][0-9][0-9]$" date)