From deec5ce4806eb7a87f764cafdd827d07d025dcb5 Mon Sep 17 00:00:00 2001 From: bg66 Date: Tue, 12 Feb 2008 11:11:10 +0000 Subject: [PATCH] Fix. --- README | 1 + sb-mixi.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index ec4f19f..e457d35 100644 --- a/README +++ b/README @@ -18,6 +18,7 @@ Features - Messages - Introductions - News + - Releases * You can post the following data to mixi: diff --git a/sb-mixi.el b/sb-mixi.el index 4e78d12..259a31f 100644 --- a/sb-mixi.el +++ b/sb-mixi.el @@ -33,7 +33,7 @@ (require 'mixi-utils) (require 'shimbun) -(defconst shimbun-mixi-revision "$Revision: 1.62 $") +(defconst shimbun-mixi-revision "$Revision: 1.63 $") (eval-and-compile (luna-define-class shimbun-mixi (shimbun) (comment-cache release-cache)) @@ -250,7 +250,7 @@ of mixi object." (cache (shimbun-mixi-release-cache-internal shimbun)) (article (gethash message-id cache))) (unless (stringp article) - (let* ((releases (mixi-get-releases))) + (let ((releases (mixi-get-releases))) (while releases (let ((id (mixi-make-message-id (car releases))) (content (mixi-release-content (car releases)))) -- 1.7.10.4