From f9c97996dbbe40441a59cc498befb56efc8c87b9 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 10 Dec 2001 16:41:43 +0000 Subject: [PATCH] * wl.el (wl-exit): Eliminated byte-compile warning. --- wl/ChangeLog | 4 ++++ wl/wl.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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) -- 1.7.10.4