diff options
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 96f9e02816c..27ef3a8e7c1 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1789,7 +1789,7 @@ Interactively, empty argument means use same regexp used last time." | |||
| 1789 | (error "No previous Rmail search string"))) | 1789 | (error "No previous Rmail search string"))) |
| 1790 | (list rmail-search-last-regexp | 1790 | (list rmail-search-last-regexp |
| 1791 | (prefix-numeric-value current-prefix-arg)))) | 1791 | (prefix-numeric-value current-prefix-arg)))) |
| 1792 | (rmail-search regexp (- (or n -1)))) | 1792 | (rmail-search regexp (- (or n 1)))) |
| 1793 | 1793 | ||
| 1794 | ;; Show the first message which has the `unseen' attribute. | 1794 | ;; Show the first message which has the `unseen' attribute. |
| 1795 | (defun rmail-first-unseen-message () | 1795 | (defun rmail-first-unseen-message () |