Mercurial > emacs
changeset 20081:cf2733572fa7
(rmail-summary-rmail-update): When looking for
rmail-view-buffer, check other frames as well.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 16 Oct 1997 18:42:17 +0000 |
parents | 52fbf5fad62e |
children | 5aeeb9b32ee4 |
files | lisp/mail/rmailsum.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el Thu Oct 16 18:37:51 1997 +0000 +++ b/lisp/mail/rmailsum.el Thu Oct 16 18:42:17 1997 +0000 @@ -764,7 +764,7 @@ (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