rmail-new-summary fix for bug#13066

* lisp/mail/rmailsum.el (rmail-new-summary):
Tweak for rmail-maybe-display-summary changing buffer.
This commit is contained in:
Glenn Morris 2012-12-04 13:08:01 -05:00
parent 68bf4e0964
commit 52d129cd62
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-12-04 Glenn Morris <rgm@gnu.org>
* mail/rmailsum.el (rmail-new-summary): Tweak for
rmail-maybe-display-summary changing buffer. (Bug#13066)
2012-12-03 Juri Linkov <juri@jurta.org>
* info.el (Info-fontify-node): Don't hide the last newline.

View file

@ -428,7 +428,7 @@ nil for FUNCTION means all messages."
;; This is how rmail makes the summary buffer reappear.
;; We do this here to make the window the proper size.
(rmail-select-summary nil)
(set-buffer rmail-summary-buffer))
(set-buffer sumbuf))
(rmail-summary-goto-msg mesg t t)
(rmail-summary-construct-io-menu)
(message "Computing summary lines...done")))