From ac6c6763a527b8f5ba34b471208d93ed4a7a9ea7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 11 Jan 2011 19:40:04 +0100 Subject: [PATCH] (gnus-summary-next-article): Remove hack to reselect group window. --- lisp/ChangeLog | 3 +++ lisp/gnus-sum.el | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e56e923ba..9e71dd694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-01-11 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 9a21a9c7f..20a1141cc 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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) -- 2.25.1