From aed0d80e75da10a40dfee8e830751fe3692b6bee Mon Sep 17 00:00:00 2001 From: murata Date: Wed, 10 May 2000 12:57:13 +0000 Subject: [PATCH] (wl-highlight-summary-current-line): change sregexp for linked thread. --- wl/wl-highlight.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl/wl-highlight.el b/wl/wl-highlight.el index b9f4c20..5b6bc9b 100644 --- a/wl/wl-highlight.el +++ b/wl/wl-highlight.el @@ -826,7 +826,7 @@ wl-summary-buffer-number-regexp "\\(.\\)\\(.\\)../..\(.*\)..:.. \\(" wl-highlight-thread-indent-string-regexp - "\\)\\[")) + "\\)[[<]")) fregexp fsymbol bol eol matched thread-top looked-at) (beginning-of-line) (setq bol (point)) -- 1.7.10.4