Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] Inconsistency in gnus-group-best-unread-group
@ 2002-01-20 17:50 Nevin Kapur
  2002-01-20 17:57 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Nevin Kapur @ 2002-01-20 17:50 UTC (permalink / raw)


This tiny patch fixes an obvious inconsistency in the behavior of
gnus-group-best-unread-group as compared to
gnus-group-first-unread-group. 

Index: gnus-group.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-group.el,v
retrieving revision 6.64
diff -u -r6.64 gnus-group.el
--- gnus-group.el	2002/01/08 05:33:34	6.64
+++ gnus-group.el	2002/01/20 17:52:25
@@ -2073,7 +2073,7 @@
       (forward-line 1))
     (when best-point
       (goto-char best-point))
-    (gnus-summary-position-point)
+    (gnus-group-position-point)
     (and best-point (gnus-group-group-name))))
 
 (defun gnus-group-first-unread-group ()


-- 
Nevin



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Inconsistency in gnus-group-best-unread-group
  2002-01-20 17:50 [PATCH] Inconsistency in gnus-group-best-unread-group Nevin Kapur
@ 2002-01-20 17:57 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-20 17:57 UTC (permalink / raw)


Nevin Kapur <nevin@jhu.edu> writes:

> This tiny patch fixes an obvious inconsistency in the behavior of
> gnus-group-best-unread-group as compared to
> gnus-group-first-unread-group. 

Thanks for the patch; I've applied it to Oort Gnus v0.06 (i. e., CVS).

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-20 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-20 17:50 [PATCH] Inconsistency in gnus-group-best-unread-group Nevin Kapur
2002-01-20 17:57 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).