From: teranisi Date: Tue, 11 Sep 2001 11:06:57 +0000 (+0000) Subject: * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp. X-Git-Tag: wl-2_7_4~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=341cc5d1d556cda1e3cc962a91653e941b8daa07;p=elisp%2Fwanderlust.git * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp. --- 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)