aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmailsum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 78b0b0ed52c..916782cb4bf 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -764,7 +764,7 @@ Search, the `unseen' attribute is restored.")
764 (setq rmail-summary-put-back-unseen nil)) 764 (setq rmail-summary-put-back-unseen nil))
765 765
766 (or (eq rmail-current-message msg-num) 766 (or (eq rmail-current-message msg-num)
767 (let ((window (get-buffer-window rmail-view-buffer)) 767 (let ((window (get-buffer-window rmail-view-buffer t))
768 (owin (selected-window))) 768 (owin (selected-window)))
769 (if isearch-mode 769 (if isearch-mode
770 (save-excursion 770 (save-excursion