Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 19:09:55 +0000 (19:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 19:09:55 +0000 (19:09 +0000)
lisp/mail/rmailkwd.el

index 165b1c9..0484752 100644 (file)
@@ -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))