From 52d129cd62f502a855031c7cf5b6959a4a6e33da Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 4 Dec 2012 13:08:01 -0500 Subject: [PATCH] rmail-new-summary fix for bug#13066 * lisp/mail/rmailsum.el (rmail-new-summary): Tweak for rmail-maybe-display-summary changing buffer. --- lisp/ChangeLog | 5 +++++ lisp/mail/rmailsum.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6154c25e6db..7fc65d2bb3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-12-04 Glenn Morris + + * mail/rmailsum.el (rmail-new-summary): Tweak for + rmail-maybe-display-summary changing buffer. (Bug#13066) + 2012-12-03 Juri Linkov * info.el (Info-fontify-node): Don't hide the last newline. diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 612ccbdfd9e..cacc6e19416 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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"))) -- 2.39.5