From: Chong Yidong Date: Fri, 23 Jan 2009 19:19:05 +0000 (+0000) Subject: Fix last fix. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/ee1b0cc07beab20d6c9bb03f8112a467385be1fc?ds=sidebyside Fix last fix. --- diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 048475233b..94d67cb3a0 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el @@ -144,7 +144,7 @@ With prefix argument N moves forward N messages with these labels." (current rmail-current-message) (regexp (concat " \\(" (mail-comma-list-regexp labels) - "\\)"))) + "\\)\\(,\\|\\'\\)"))) (while (and (> n 0) (< current rmail-total-messages)) (setq current (1+ current)) (if (string-match regexp (rmail-get-labels current))