From 341cc5d1d556cda1e3cc962a91653e941b8daa07 Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 11 Sep 2001 11:06:57 +0000 Subject: [PATCH] * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp. --- wl/ChangeLog | 4 ++++ wl/wl-e21.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index a224bd9..0d09471 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-09-11 Yuuichi Teranishi + + * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp. + 2001-09-10 Yuuichi Teranishi * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing diff --git a/wl/wl-e21.el b/wl/wl-e21.el index edcf99a..242323f 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -342,7 +342,7 @@ corresponding to the mode line clicked." (;; basic folder (and (setq fld-name (wl-folder-get-folder-name-by-id (get-text-property (point) 'wl-folder-entity-id))) - (looking-at "[[:blank:]]+\\([[:blank:]\n]+\\)")) + (looking-at "[[:blank:]]+\\([^[:blank:]\n]+\\)")) (setq start (match-beginning 1) end (match-end 1)) (let (image) -- 1.7.10.4