(gnus-summary-next-article): Remove hack to reselect group window.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 11 Jan 2011 18:40:04 +0000 (19:40 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 11 Jan 2011 18:40:04 +0000 (19:40 +0100)
lisp/ChangeLog
lisp/gnus-sum.el

index e56e923..9e71dd6 100644 (file)
@@ -1,5 +1,8 @@
 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
+       group window.
+
        * proto-stream.el (open-protocol-stream): Protect against the low-level
        transport functions returning nil.
 
index 9a21a9c..20a1141 100644 (file)
@@ -7687,9 +7687,6 @@ If BACKWARD, the previous article is selected instead of the next."
           (if (eq gnus-keep-same-level 'best)
               (gnus-summary-best-group gnus-newsgroup-name)
             (gnus-summary-search-group backward gnus-keep-same-level))))
-      ;; For some reason, the group window gets selected.  We change
-      ;; it back.
-      (select-window (get-buffer-window (current-buffer)))
       ;; Select next unread newsgroup automagically.
       (cond
        ((or (not gnus-auto-select-next)