From 6e77127fbe06f5f34c70600c05ecd025da484855 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 23 Jan 2009 19:09:55 +0000 Subject: [PATCH] Fix last change. --- 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 165b1c96a7d..048475233b7 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el @@ -142,7 +142,7 @@ With prefix argument N moves forward N messages with these labels." (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)) -- 2.39.2