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:
parent
68bf4e0964
commit
52d129cd62
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue