2007-03-12 OHASHI Akira <bg66@koka-in.org>
- * 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
: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.
(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)