(wl-plug-state-indicator): Refer
authorueno <ueno>
Fri, 8 Sep 2000 04:29:39 +0000 (04:29 +0000)
committerueno <ueno>
Fri, 8 Sep 2000 04:29:39 +0000 (04:29 +0000)
`wl-plug-state-indicator-on' indirectly.

wl/ChangeLog
wl/wl-vars.el

index cf53da9..590a49d 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-08   Daiki Ueno  <ueno@unixuser.org>
+
+       * wl-vars.el (wl-plug-state-indicator): Refer
+       `wl-plug-state-indicator-on' indirectly.
+
 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
index afccc5b..661831a 100644 (file)
@@ -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)