]> git.eshelyaron.com Git - emacs.git/commitdiff
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 165b1c96a7d3f2a665ace15fb099cd8352a429a9..048475233b7987ff4e6e086502d1232ef62f2e2d 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))