* wl-mule.el (wl-message-wheel-up): Fixed.
[elisp/wanderlust.git] / elmo / acap.el
index 54a87ba..497ce95 100644 (file)
@@ -169,7 +169,9 @@ Valid states are `closed', `initial', `auth'.")
        (if (functionp 'read-passwd)
            (read-passwd prompt)
          (if (load "passwd" t)
-             (read-passwd prompt))))))
+             (read-passwd prompt)
+           (autoload 'ange-ftp-read-passwd "ange-ftp")
+           (ange-ftp-read-passwd prompt))))))
 
 ;;; Debug.
 (defvar acap-debug t)