Mercurial > emacs
changeset 108518:64abd7e87411
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:09:25 +0000 |
parents | c17fcf610133 |
children | 24e2a1f40d57 95b466c28f77 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed May 12 12:17:09 2010 +0000 +++ b/lisp/gnus/ChangeLog Wed May 12 14:09:25 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 12:17:09 2010 +0000 +++ b/lisp/gnus/gnus-sum.el Wed May 12 14:09:25 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.