From: bg66 Date: Thu, 7 Aug 2008 14:31:12 +0000 (+0000) Subject: Fix indent. X-Git-Tag: mixi-el-1_5_0~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=dc1898d55af32766505ac762d8a44037b6746c87;p=elisp%2Fmixi.git Fix indent. --- diff --git a/mixi.el b/mixi.el index a9e04ff..886354c 100644 --- a/mixi.el +++ b/mixi.el @@ -142,7 +142,7 @@ (autoload 'w3m-retrieve "w3m") (autoload 'url-retrieve-synchronously "url")) -(defconst mixi-revision "$Revision: 1.192 $") +(defconst mixi-revision "$Revision: 1.193 $") (defgroup mixi nil "API library for accessing to mixi." @@ -1088,8 +1088,8 @@ Increase this value when unexpected error frequently occurs." (if (or (null friend) (equal friend mixi-me)) (setq list-page 'mixi-my-friend-list-page list-nick-regexp mixi-my-friend-list-nick-regexp) - (setq list-page 'mixi-friend-list-page - list-nick-regexp mixi-friend-list-nick-regexp)) + (setq list-page 'mixi-friend-list-page + list-nick-regexp mixi-friend-list-nick-regexp)) (let ((ids (mixi-get-matched-items (funcall list-page friend) mixi-friend-list-id-regexp range))