From: Chong Yidong Date: Fri, 23 Jan 2009 19:19:05 +0000 (+0000) Subject: Fix last fix. X-Git-Tag: emacs-pretest-23.0.90~254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee1b0cc07beab20d6c9bb03f8112a467385be1fc;p=emacs.git Fix last fix. --- diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 048475233b7..94d67cb3a0b 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))