2006-10-24 OHASHI Akira <bg66@koka-in.org>
+ * mixi.el (with-mixi-retrieve): Put `edebug-form-spec'.
+ (with-mixi-decoded-time-value): Ditto.
+
+2006-10-24 OHASHI Akira <bg66@koka-in.org>
+
* mixi.el (mixi-get-matched-items): Fix when MAX-NUMBERS is nil.
2006-10-24 OHASHI Akira <bg66@koka-in.org>
(setq buffer (funcall mixi-retrieve-function ,url))))
,@body))
(put 'with-mixi-retrieve 'lisp-indent-function 'defun)
+(put 'with-mixi-retrieve 'edebug-form-spec '(form body))
(defun mixi-get-matched-items (url max-numbers regexp)
"Get matched items to REGEXP in URL."
(with-mixi-decoded-time-value ,varlist ,@body)))
`(progn ,@body)))
(put 'with-mixi-decoded-time-value 'lisp-indent-function 'defun)
+(put 'with-mixi-decoded-time-value 'edebug-form-spec '(form body))
;; stolen from time-date.el
(defun mixi-encode-time-value (high low micro type)