* sb-mixi.el (shimbun-mixi-comment-article): Rename from
authorbg66 <bg66>
Tue, 19 Dec 2006 02:37:38 +0000 (02:37 +0000)
committerbg66 <bg66>
Tue, 19 Dec 2006 02:37:38 +0000 (02:37 +0000)
`shimbun-comment-article'.
(shimbun-article): Follow the change above.

ChangeLog
sb-mixi.el

index 36e0c9b..052b29a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
 
+       * sb-mixi.el (shimbun-mixi-comment-article): Rename from
+       `shimbun-comment-article'.
+       (shimbun-article): Follow the change above.
+
+2006-12-19  OHASHI Akira  <bg66@koka-in.org>
+
        * mixi.el (mixi-parse-buffer): Use `sleep-for' instead of `sit-for'.
 
 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
index 2675e21..99d817f 100644 (file)
@@ -233,7 +233,7 @@ of mixi object."
       (setq objects (funcall url-or-function range)))
     (shimbun-sort-headers (shimbun-mixi-get-headers shimbun objects range))))
 
-(defun shimbun-comment-article (url shimbun header)
+(defun shimbun-mixi-comment-article (url shimbun header)
   (let* ((message-id (shimbun-header-id header))
         (cache (shimbun-mixi-comment-cache-internal shimbun))
         (article (gethash message-id cache)))
@@ -256,7 +256,8 @@ of mixi object."
        (or (with-temp-buffer
             (let* ((url (shimbun-article-url shimbun header))
                    (article (if (string-match "#comment$" url)
-                                (shimbun-comment-article url shimbun header)
+                                (shimbun-mixi-comment-article
+                                 url shimbun header)
                               (shimbun-mixi-make-body
                                (mixi-make-object-from-url url)))))
               (when (stringp article)