From: bg66 Date: Wed, 22 Nov 2006 10:50:39 +0000 (+0000) Subject: * sb-mixi.el (shimbun-get-headers): Simplify. X-Git-Tag: cache-file-branchpoint~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=67a1fd8ebee3df8fc40db684b0c422fc3abf793e;p=elisp%2Fmixi.git * sb-mixi.el (shimbun-get-headers): Simplify. --- diff --git a/ChangeLog b/ChangeLog index 235644a..2b7c4e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-11-22 OHASHI Akira + * sb-mixi.el (shimbun-get-headers): Simplify. + +2006-11-22 OHASHI Akira + * mixi.el (mixi-message-owner-regexp): Fix regexp. (mixi-message-title-regexp): Ditto. (mixi-message-time-regexp): Ditto. diff --git a/sb-mixi.el b/sb-mixi.el index 5ca6bcd..1920942 100644 --- a/sb-mixi.el +++ b/sb-mixi.el @@ -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)