Mercurial > emacs
changeset 3083:59b8b6ac30e0
(rmail-bury): Fix call to set-window-buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 May 1993 16:56:15 +0000 |
parents | 950a86899def |
children | a4341d92948a |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue May 25 16:47:29 1993 +0000 +++ b/lisp/mail/rmail.el Tue May 25 16:56:15 1993 +0000 @@ -1788,7 +1788,7 @@ (if (rmail-summary-exists) (let (window) (while (setq window (get-buffer-window rmail-summary-buffer)) - (set-window-buffer (other-buffer rmail-summary-buffer))) + (set-window-buffer window (other-buffer rmail-summary-buffer))) (bury-buffer rmail-summary-buffer))) (switch-to-buffer (other-buffer (current-buffer))) (bury-buffer rmail-buffer)))