Mercurial > emacs
changeset 108519:24e2a1f40d57
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.
author | Katsumi Yamaoka <katsumi@flagship2> |
---|---|
date | Wed, 12 May 2010 14:10:21 +0000 |
parents | 75f27a9b3b3a (current diff) 64abd7e87411 (diff) |
children | a4cdc6d33cc6 cf6250d38875 |
files | |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)
--- 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.