]> git.eshelyaron.com Git - emacs.git/commitdiff
Synch with Gnus trunk.
authorKatsumi Yamaoka <katsumi@flagship2>
Wed, 12 May 2010 14:09:25 +0000 (14:09 +0000)
committerKatsumi Yamaoka <katsumi@flagship2>
Wed, 12 May 2010 14:09:25 +0000 (14:09 +0000)
(gnus-summary-read-group-1): Don't jump to next group
 when catching the `C-g'.  Reported by: "Leo"
 By Andreas Seltenreich.

lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index d9fbef23cc1bf97948e348f0bf59f9a88708dad3..440cdb092d02285da0b53c03eec8f8e2f3baba90 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 a0943493844b52c36738c3061a48cb11e113e368..3a2c944ed2f996738194822feb108a343045881c 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.