2001-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
+ * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
+ shy-groups for regexp.
+
* wl-e21.el (wl-highlight-folder-current-line): Use Posix style
character classes and Perl style shy-groups for regexp.
(wl-highlight-plugged-current-line): Use Posix style character
(when wl-use-highlight-mouse-line
(put-text-property start end 'mouse-face 'highlight))
(let ((text-face
- (if (looking-at (format "^[ \t]*\\(%s\\|%s\\)"
+ (if (looking-at (format "^[ \t]*\\(?:%s\\|%s\\)"
wl-folder-unsubscribe-mark
wl-folder-removed-mark))
'wl-highlight-folder-killed-face