# HG changeset patch # User Katsumi Yamaoka # Date 1273673421 0 # Node ID 24e2a1f40d573c37e3ac4a2790b6d7d7e7ee8e12 # Parent 75f27a9b3b3aa5501bdce70b08a44d9ac1b689d1# Parent 64abd7e87411ca6fb2d3b0f49ffce90f700a50df 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. diff -r 75f27a9b3b3a -r 24e2a1f40d57 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed May 12 11:06:12 2010 +0000 +++ b/lisp/gnus/ChangeLog Wed May 12 14:10:21 2010 +0000 @@ -1,3 +1,8 @@ +2010-05-12 Andreas Seltenreich + + * 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 * message.el (message-forward-make-body-plain) diff -r 75f27a9b3b3a -r 24e2a1f40d57 lisp/gnus/gnus-sum.el --- a/lisp/gnus/gnus-sum.el Wed May 12 11:06:12 2010 +0000 +++ b/lisp/gnus/gnus-sum.el Wed May 12 14:10:21 2010 +0000 @@ -3931,7 +3931,6 @@ (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.