aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2012-12-05 22:17:10 -0800
committerGlenn Morris2012-12-05 22:17:10 -0800
commitd8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1 (patch)
tree511f16e150fca1ed64ec71800eb0e62a9d95578a /lisp/mail
parentb7f3003fdd2e6baacddcd7657708e887a6580785 (diff)
parente1d51545ced3cf6f58c44891563dfaf62c34b411 (diff)
downloademacs-d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1.tar.gz
emacs-d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1.zip
Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailsum.el2
1 files changed, 1 insertions, 1 deletions
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."
428 ;; This is how rmail makes the summary buffer reappear. 428 ;; This is how rmail makes the summary buffer reappear.
429 ;; We do this here to make the window the proper size. 429 ;; We do this here to make the window the proper size.
430 (rmail-select-summary nil) 430 (rmail-select-summary nil)
431 (set-buffer rmail-summary-buffer)) 431 (set-buffer sumbuf))
432 (rmail-summary-goto-msg mesg t t) 432 (rmail-summary-goto-msg mesg t t)
433 (rmail-summary-construct-io-menu) 433 (rmail-summary-construct-io-menu)
434 (message "Computing summary lines...done"))) 434 (message "Computing summary lines...done")))