From ea24aa72292aba227371206e33653664a95a659d Mon Sep 17 00:00:00 2001 From: bg66 Date: Mon, 18 Dec 2006 12:20:37 +0000 Subject: [PATCH] Remove FIXME comment. --- sb-mixi.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/sb-mixi.el b/sb-mixi.el index bccb434..2675e21 100644 --- a/sb-mixi.el +++ b/sb-mixi.el @@ -241,7 +241,6 @@ of mixi object." (let ((parent (mixi-make-object-from-url url))) (mapc (lambda (comment) (let ((id (shimbun-mixi-make-message-id comment)) - ;; FIXME: Concat parent's information? (content (mixi-comment-content comment))) (puthash id content cache) (when (string= id message-id) @@ -258,7 +257,6 @@ of mixi object." (let* ((url (shimbun-article-url shimbun header)) (article (if (string-match "#comment$" url) (shimbun-comment-article url shimbun header) - ;; FIXME: Concat community information? (shimbun-mixi-make-body (mixi-make-object-from-url url))))) (when (stringp article) -- 1.7.10.4