Don't have point move to the previous line on `M-g'
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 29 Oct 2010 22:50:11 +0000 (00:50 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 29 Oct 2010 22:50:11 +0000 (00:50 +0200)
From Stephen Berman  <stephen.berman@gmx.net>

lisp/ChangeLog
lisp/gnus-group.el

index 01305cc..b03837b 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
+
+       * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
+       move to the previous line on `M-g'.
+
 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
index a777beb..8395183 100644 (file)
@@ -3988,7 +3988,7 @@ If DONT-SCAN is non-nil, scan non-activated groups as well."
   (let* ((groups (gnus-group-process-prefix n))
         (ret (if (numberp n) (- n (length groups)) 0))
         (beg (unless n
-               (point)))
+               (point-marker)))
         group method
         (gnus-inhibit-demon t)
         ;; Binding this variable will inhibit multiple fetchings