diff options
| author | Chong Yidong | 2009-01-23 19:09:55 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-23 19:09:55 +0000 |
| commit | 6e77127fbe06f5f34c70600c05ecd025da484855 (patch) | |
| tree | 3358ddeff38471e37d60c435eb9ead1cb3854a78 | |
| parent | 80cb4057f8c3f60e781ecbb9b1f8a66614e02dca (diff) | |
| download | emacs-6e77127fbe06f5f34c70600c05ecd025da484855.tar.gz emacs-6e77127fbe06f5f34c70600c05ecd025da484855.zip | |
Fix last change.
| -rw-r--r-- | lisp/mail/rmailkwd.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 142 | (rmail-maybe-set-message-counters) | 142 | (rmail-maybe-set-message-counters) |
| 143 | (let ((lastwin rmail-current-message) | 143 | (let ((lastwin rmail-current-message) |
| 144 | (current rmail-current-message) | 144 | (current rmail-current-message) |
| 145 | (regexp (concat " ?\\(" | 145 | (regexp (concat " \\(" |
| 146 | (mail-comma-list-regexp labels) | 146 | (mail-comma-list-regexp labels) |
| 147 | "\\)"))) | 147 | "\\)"))) |
| 148 | (while (and (> n 0) (< current rmail-total-messages)) | 148 | (while (and (> n 0) (< current rmail-total-messages)) |