* sb-mixi.el (shimbun-get-headers): Simplify.
authorbg66 <bg66>
Wed, 22 Nov 2006 10:50:39 +0000 (10:50 +0000)
committerbg66 <bg66>
Wed, 22 Nov 2006 10:50:39 +0000 (10:50 +0000)
ChangeLog
sb-mixi.el

index 235644a..2b7c4e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
index 5ca6bcd..1920942 100644 (file)
@@ -165,8 +165,7 @@ FUNCTION is the function for getting articles."
                 (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)