(gnus-summary-read-group-1): Don't jump to next group when catching the `C-g'.
authorAndreas Seltenreich <andreas+git@gate450.dyndns.org>
Wed, 12 May 2010 08:55:12 +0000 (10:55 +0200)
committerAndreas Seltenreich <andreas+git@gate450.dyndns.org>
Wed, 12 May 2010 08:55:12 +0000 (10:55 +0200)
Reported by: "Leo"

lisp/ChangeLog
lisp/gnus-sum.el

index bc9fc94..1953adb 100644 (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)
index a094349..3a2c944 100644 (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.