+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
(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)