From 67a1fd8ebee3df8fc40db684b0c422fc3abf793e Mon Sep 17 00:00:00 2001 From: bg66 Date: Wed, 22 Nov 2006 10:50:39 +0000 Subject: [PATCH] * sb-mixi.el (shimbun-get-headers): Simplify. --- ChangeLog | 4 ++++ sb-mixi.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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) -- 1.7.10.4