* mixi.el: Avoid warnings when compiling.
authorbg66 <bg66>
Wed, 17 Jan 2007 11:42:21 +0000 (11:42 +0000)
committerbg66 <bg66>
Wed, 17 Jan 2007 11:42:21 +0000 (11:42 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index ff8a53a..8ee0217 100644 (file)
--- a/mixi.el
+++ b/mixi.el
 ;; at run-time.
 (eval-when-compile
   (defvar w3m-use-cookies)
+  (defvar url-request-method)
+  (defvar url-request-data)
+  (defvar url-request-extra-headers)
   (autoload 'w3m-decode-buffer "w3m")
-  (autoload 'w3m-retrieve "w3m"))
+  (autoload 'w3m-retrieve "w3m")
+  (autoload 'url-retrieve-synchronously "url"))
 
 (defgroup mixi nil
   "API library for accessing to mixi."