* gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 11 Jan 2011 18:42:07 +0000 (19:42 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 11 Jan 2011 18:42:07 +0000 (19:42 +0100)
group window, because it does the wrong thing when a separate frame
displays the group buffer.

lisp/ChangeLog

index 9e71dd6..5cc1419 100644 (file)
@@ -1,7 +1,8 @@
 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
-       group window.
+       group window, because it does the wrong thing when a separate frame
+       displays the group buffer.
 
        * proto-stream.el (open-protocol-stream): Protect against the low-level
        transport functions returning nil.