X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mixi.el;h=171c070173cdb45cbbed9c880f8ee679c05dd705;hb=ac17113829f33b0afa7bb9976df17190ef7fe040;hp=27fd80a59647166540c838753759eded631a9240;hpb=9793bb6907319aa32b39c086f84a8cf28a548d45;p=elisp%2Fmixi.git diff --git a/mixi.el b/mixi.el index 27fd80a..171c070 100644 --- a/mixi.el +++ b/mixi.el @@ -139,7 +139,7 @@ (autoload 'w3m-retrieve "w3m") (autoload 'url-retrieve-synchronously "url")) -(defconst mixi-revision "$Revision: 1.204 $") +(defconst mixi-revision "$Revision: 1.205 $") (defgroup mixi nil "API library for accessing to mixi." @@ -3254,7 +3254,7 @@ Increase this value when unexpected error frequently occurs." (unless (or (null parent) (mixi-echo-p parent)) (signal 'wrong-type-argument (list 'mixi-echo-p parent))) (let (fields post-key) - (with-mixi-retrieve (mixi-post-echo-page) + (with-mixi-retrieve (format (mixi-new-echo-list-page) 1) (if (re-search-forward mixi-post-key-regexp nil t) (setq post-key (match-string 1)) (mixi-post-error 'cannot-find-key)))