Mercurial > emacs
changeset 101413:7030664ae12c
Fix last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 23 Jan 2009 19:09:55 +0000 |
parents | c1fb3b6fe79a |
children | 2614891fe7fd |
files | lisp/mail/rmailkwd.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailkwd.el Fri Jan 23 19:02:31 2009 +0000 +++ b/lisp/mail/rmailkwd.el Fri Jan 23 19:09:55 2009 +0000 @@ -142,7 +142,7 @@ (rmail-maybe-set-message-counters) (let ((lastwin rmail-current-message) (current rmail-current-message) - (regexp (concat " ?\\(" + (regexp (concat " \\(" (mail-comma-list-regexp labels) "\\)"))) (while (and (> n 0) (< current rmail-total-messages))