From 28606e88442cd9de4a78b0f0e1b2486745abc32f Mon Sep 17 00:00:00 2001 From: bg66 Date: Fri, 11 Apr 2008 21:53:59 +0000 Subject: [PATCH] (mixi-login-form): Follow the change of mixi. --- ChangeLog | 4 ++++ mixi.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ab856c..a145576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-12 OHASHI Akira + + * mixi.el (mixi-login-form): Follow the change of mixi. + 2008-03-31 OHASHI Akira * mixi.el (mixi-news-content-regexp): Follow the change of mixi. diff --git a/mixi.el b/mixi.el index b48c07a..1ed860b 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.185 $") +(defconst mixi-revision "$Revision: 1.186 $") (defgroup mixi nil "API library for accessing to mixi." @@ -439,7 +439,7 @@ Increase this value when unexpected error frequently occurs." (defun mixi-logout () (mixi-retrieve "/logout.pl")) -(defconst mixi-login-form "
") +(defconst mixi-login-form "") (defmacro with-mixi-retrieve (url &rest body) `(with-current-buffer (get-buffer-create mixi-temp-buffer-name) -- 1.7.10.4