[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110987: rmail-new-summary fix for
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110987: rmail-new-summary fix for bug#13066 |
Date: |
Tue, 04 Dec 2012 13:08:01 -0500 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110987
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-12-04 13:08:01 -0500
message:
rmail-new-summary fix for bug#13066
* lisp/mail/rmailsum.el (rmail-new-summary):
Tweak for rmail-maybe-display-summary changing buffer.
modified:
lisp/ChangeLog
lisp/mail/rmailsum.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-12-03 23:38:56 +0000
+++ b/lisp/ChangeLog 2012-12-04 18:08:01 +0000
@@ -1,3 +1,8 @@
+2012-12-04 Glenn Morris <address@hidden>
+
+ * mail/rmailsum.el (rmail-new-summary): Tweak for
+ rmail-maybe-display-summary changing buffer. (Bug#13066)
+
2012-12-03 Juri Linkov <address@hidden>
* info.el (Info-fontify-node): Don't hide the last newline.
=== modified file 'lisp/mail/rmailsum.el'
--- a/lisp/mail/rmailsum.el 2012-10-12 01:01:50 +0000
+++ b/lisp/mail/rmailsum.el 2012-12-04 18:08:01 +0000
@@ -428,7 +428,7 @@
;; 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")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110987: rmail-new-summary fix for bug#13066,
Glenn Morris <=