* wl.el (wl-exit): Eliminated byte-compile warning.
authorteranisi <teranisi>
Mon, 10 Dec 2001 16:41:43 +0000 (16:41 +0000)
committerteranisi <teranisi>
Mon, 10 Dec 2001 16:41:43 +0000 (16:41 +0000)
wl/ChangeLog
wl/wl.el

index 3fe23dc..b36c4a4 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl-exit): Eliminated byte-compile warning.
+
 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
index ea347ed..b449773 100644 (file)
--- a/wl/wl.el
+++ b/wl/wl.el
@@ -643,8 +643,7 @@ Entering Plugged mode calls the value of `wl-plugged-mode-hook'."
   (when (or (not wl-interactive-exit)
            (y-or-n-p "Do you really want to quit Wanderlust? "))
     (elmo-quit)
-    (when wl-use-acap
-      (wl-acap-exit))
+    (when wl-use-acap (funcall (symbol-function 'wl-acap-exit)))
     (wl-biff-stop)
     (run-hooks 'wl-exit-hook)
     (wl-save-status)