mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(rmail-quit): Call quit-window before calling
replace-buffer-in-windows to assure that we can switch the rmail buffer of the selected window.
This commit is contained in:
parent
e3a87305b8
commit
1ad59104de
1 changed files with 2 additions and 2 deletions
|
|
@ -966,8 +966,8 @@ Instead, these commands are available:
|
|||
(replace-buffer-in-windows rmail-summary-buffer)
|
||||
(bury-buffer rmail-summary-buffer))
|
||||
(let ((obuf (current-buffer)))
|
||||
(replace-buffer-in-windows obuf)
|
||||
(quit-window)))
|
||||
(quit-window)
|
||||
(replace-buffer-in-windows obuf)))
|
||||
|
||||
(defun rmail-bury ()
|
||||
"Bury current Rmail buffer and its summary buffer."
|
||||
|
|
|
|||
Loading…
Reference in a new issue