(gnus-group-mark-group): Use gnus-group-position-point instead of the summary one.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 22 Oct 2010 14:57:03 +0000 (16:57 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 22 Oct 2010 14:57:03 +0000 (16:57 +0200)
lisp/ChangeLog
lisp/gnus-group.el

index 9160666..79dca4a 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
+       instead of the summary one.
+
 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mml.el (mml-preview): Work properly when editing article.
index 7152c18..7720c1c 100644 (file)
@@ -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)