+2004-02-01 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * wl-vars.el (wl-demo-background-color): The value can be nil.
+
2004-01-29 Yuuichi Teranishi <teranisi@gohome.org>
* wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
(defcustom wl-demo-background-color "#d9ffd9"
"The color name for demo background.
If nil, the default face background is used."
- :type '(string :tag "Color name")
+ :type '(choice (const :tag "Default")
+ (string :tag "Color name"))
:group 'wl-pref)
(defcustom wl-envelope-from nil