]> git.eshelyaron.com Git - emacs.git/commitdiff
rmail-new-summary fix for bug#13066
authorGlenn Morris <rgm@gnu.org>
Tue, 4 Dec 2012 18:08:01 +0000 (13:08 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 4 Dec 2012 18:08:01 +0000 (13:08 -0500)
* lisp/mail/rmailsum.el (rmail-new-summary):
Tweak for rmail-maybe-display-summary changing buffer.

lisp/ChangeLog
lisp/mail/rmailsum.el

index 6154c25e6db048babbaf6278bf4f01cc4f301a13..7fc65d2bb3e532451bf7ad2df3d496ef196b6e66 100644 (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.
index 612ccbdfd9e63cd4e3f2af2edbc57e51806ee28f..cacc6e194160c9b23d2f7175df73617f77500a81 100644 (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")))