+2004-07-16 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
+ tty.
+
2004-07-12 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl-action.el (wl-summary-exec): Print failure count.
(list ':background bg))
(when (stringp fg)
(list ':foreground fg))))))
- ((featurep 'xemacs)
+ ((and (featurep 'xemacs)
+ (face-background-name 'wl-highlight-demo-face))
(set-face-background 'default
(face-background-name 'wl-highlight-demo-face)
(current-buffer)))))