(gnus-summary-select-article-buffer): Really select the article buffer again.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 13:04:08 +0000 (15:04 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 13:04:08 +0000 (15:04 +0200)
lisp/ChangeLog
lisp/gnus-sum.el

index 4b4ba56..32e071e 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
+       article buffer again.
+
        * shr.el (shr-tag-p): Don't insert newlines at the start of the
        buffer.
 
index 33cf865..c77fd1c 100644 (file)
@@ -6935,8 +6935,8 @@ displayed, no centering will be performed."
       (error "There is no article buffer for this summary buffer")
     (unless (get-buffer-window gnus-article-buffer)
       (gnus-summary-show-article))
-    (select-window (get-buffer-window gnus-article-buffer))
-    (gnus-configure-windows 'article t)))
+    (gnus-configure-windows 'article t)
+    (select-window (get-buffer-window gnus-article-buffer))))
 
 (defun gnus-summary-universal-argument (arg)
   "Perform any operation on all articles that are process/prefixed."