aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 28ed6525200..bd788b78d8d 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -696,7 +696,7 @@ argument causes us to read a file name and use that file as the inbox."
696 (or (zerop new-messages) 696 (or (zerop new-messages)
697 (let (success) 697 (let (success)
698 (widen) 698 (widen)
699 (search-backward "\n\^_") 699 (search-backward "\n\^_" nil t)
700 (narrow-to-region (point) (point-max)) 700 (narrow-to-region (point) (point-max))
701 (goto-char (1+ (point-min))) 701 (goto-char (1+ (point-min)))
702 (rmail-count-new-messages) 702 (rmail-count-new-messages)