diff lisp/gnus/gnus-group.el @ 111096:d7e691f6ffc0

Merge changes made in Gnus trunk. gnus.texi (Subscription Commands): Mention that you can also subscribe to new groups via the Server buffer, which is probably more convenient when subscribing to many groups. gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point instead of the summary one. shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 23 Oct 2010 00:01:49 +0000
parents 9a8bf31cd307
children 2d713b285a70
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el	Fri Oct 22 01:02:31 2010 -0700
+++ b/lisp/gnus/gnus-group.el	Sat Oct 23 00:01:49 2010 +0000
@@ -1887,7 +1887,7 @@
       (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 @@
       (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)