From ee1b0cc07beab20d6c9bb03f8112a467385be1fc Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 23 Jan 2009 19:19:05 +0000 Subject: [PATCH] Fix last fix. --- lisp/mail/rmailkwd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5