From: teranisi Date: Mon, 10 Dec 2001 16:41:43 +0000 (+0000) Subject: * wl.el (wl-exit): Eliminated byte-compile warning. X-Git-Tag: wl-2_8-root~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f9c97996dbbe40441a59cc498befb56efc8c87b9;p=elisp%2Fwanderlust.git * wl.el (wl-exit): Eliminated byte-compile warning. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 3fe23dc..b36c4a4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-12-11 Yuuichi Teranishi + + * wl.el (wl-exit): Eliminated byte-compile warning. + 2001-12-10 Hiroya Murata * wl-vars.el (wl-summary-update-confirm-threshold): Defined as diff --git a/wl/wl.el b/wl/wl.el index ea347ed..b449773 100644 --- 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)