* mixi.el (mixi-parse-buffer): Use `slee-for' instead of `sit-for'.
authorbg66 <bg66>
Tue, 19 Dec 2006 01:16:34 +0000 (01:16 +0000)
committerbg66 <bg66>
Tue, 19 Dec 2006 01:16:34 +0000 (01:16 +0000)
ChangeLog
mixi.el

index 90d3110..ddf05a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-19  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-parse-buffer): Use `slee-for' instead of `sit-for'.
+
 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index ef5b274..1065664 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -232,7 +232,7 @@ Increase this value when unexpected error frequently occurs."
   (if (not (string-match mixi-message-continuously-accessing buffer))
       buffer
     (message (mixi-message "Waiting for continuously accessing..."))
-    (sit-for mixi-continuously-access-interval)
+    (sleep-for mixi-continuously-access-interval)
     (mixi-retrieve url post-data)))
 
 (defmacro mixi-expand-url (url)