From: Lars Magne Ingebrigtsen Date: Fri, 22 Oct 2010 14:57:03 +0000 (+0200) Subject: (gnus-group-mark-group): Use gnus-group-position-point instead of the summary one. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=8cf4a2793516d4acc710eebee82798cd165f7b90 (gnus-group-mark-group): Use gnus-group-position-point instead of the summary one. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 916066627..79dca4a13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-10-22 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point + instead of the summary one. + 2010-10-22 Katsumi Yamaoka * mml.el (mml-preview): Work properly when editing article. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 7152c18d1..7720c1cc7 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -1887,7 +1887,7 @@ If FIRST-TOO, the current line is also eligible as a target." (unless no-advance (gnus-group-next-group 1)) (decf n)) - (gnus-summary-position-point) + (gnus-group-position-point) n)) (defun gnus-group-unmark-group (n) @@ -4009,7 +4009,7 @@ If DONT-SCAN is non-nil, scan non-activated groups as well." (goto-char beg)) (when gnus-goto-next-group-when-activating (gnus-group-next-unread-group 1 t)) - (gnus-summary-position-point) + (gnus-group-position-point) ret)) (defun gnus-group-fetch-control (group)