diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-10-16 18:42:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-10-16 18:42:17 +0000 |
commit | 8efaaf11ab0d008f645b4b3d38cd0e96cb5b1fd4 (patch) | |
tree | 3f23a78e01f80c7a8c642d34d98593e6473d8ad7 /lisp/mail/rmailsum.el | |
parent | 81ab2e072715623f993650ac73490c615bd761ba (diff) | |
download | emacs-8efaaf11ab0d008f645b4b3d38cd0e96cb5b1fd4.tar.gz |
(rmail-summary-rmail-update): When looking for
rmail-view-buffer, check other frames as well.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
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.") (setq rmail-summary-put-back-unseen nil)) (or (eq rmail-current-message msg-num) - (let ((window (get-buffer-window rmail-view-buffer)) + (let ((window (get-buffer-window rmail-view-buffer t)) (owin (selected-window))) (if isearch-mode (save-excursion |