From eba3fef21419dc8b3dec09b3c6354548bf8ac8f8 Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 8 Sep 2000 04:29:39 +0000 Subject: [PATCH] (wl-plug-state-indicator): Refer `wl-plug-state-indicator-on' indirectly. --- wl/ChangeLog | 5 +++++ wl/wl-vars.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index cf53da9..590a49d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2000-09-08 Daiki Ueno + + * wl-vars.el (wl-plug-state-indicator): Refer + `wl-plug-state-indicator-on' indirectly. + 2000-08-31 Yuuichi Teranishi * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index afccc5b..661831a 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1956,7 +1956,7 @@ a symbol `xbm' to limit the image format to XBM even if XPM can be shown." (defvar wl-plug-state-indicator-on " [ON] ") (defvar wl-plug-state-indicator-off " [--] ") -(defvar wl-plug-state-indicator wl-plug-state-indicator-on) +(defvar wl-plug-state-indicator 'wl-plug-state-indicator-on) (defvar wl-show-plug-status-on-modeline t) -- 1.7.10.4