Synch with Gnus trunk.

(gnus-summary-read-group-1): Don't jump to next group
 when catching the `C-g'.  Reported by: "Leo"
 By Andreas Seltenreich.
This commit is contained in:
Katsumi Yamaoka 2010-05-12 14:09:25 +00:00
parent 38d93f03c7
commit 4c9d39abf9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
* gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
when catching the `C-g'. Reported by: "Leo"
2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
* message.el (message-forward-make-body-plain)

View file

@ -3931,7 +3931,6 @@ If NO-DISPLAY, don't generate a summary buffer."
(progn
(set-buffer gnus-group-buffer)
(gnus-group-jump-to-group group)
(gnus-group-next-unread-group 1)
(gnus-configure-windows 'group 'force))
(gnus-handle-ephemeral-exit quit-config))
;; Finally signal the quit.