2006-11-22 OHASHI Akira <bg66@koka-in.org>
+ * sb-mixi.el (shimbun-get-headers): Simplify.
+
+2006-11-22 OHASHI Akira <bg66@koka-in.org>
+
* mixi.el (mixi-message-owner-regexp): Fix regexp.
(mixi-message-title-regexp): Ditto.
(mixi-message-time-regexp): Ditto.
(setq objects (mixi-get-comments object range)))
(t (error (concat (symbol-name class)
" is not supported yet.")))))
- (when (fboundp url-or-function)
- (setq objects (funcall url-or-function range))))
+ (setq objects (funcall url-or-function range)))
(shimbun-sort-headers (shimbun-mixi-get-headers shimbun objects range))))
(defun shimbun-comment-article (url header)