for flag if it is not defined.
+2004-02-09 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
+ for flag if it is not defined.
+
2004-02-09 Yuuichi Teranishi <teranisi@gohome.org>
* wl-e21.el (wl-highlight-folder-current-line): Use
(intern (format
"wl-highlight-summary-%s-flag-face"
(car (car fl)))))
- (when (facep face)
- (list face)))
+ (unless (facep face)
+ (make-face face 'no-init)
+ (set-face-foreground face (nth 1 (car fl))))
+ (list face))
fl nil))
(setq fl (cdr fl)))
(when (memq (car priorities) flags)