emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-group.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-group.el
Date: Mon, 18 Oct 2004 18:31:06 -0400

Index: emacs/lisp/gnus/gnus-group.el
diff -c emacs/lisp/gnus/gnus-group.el:1.28 emacs/lisp/gnus/gnus-group.el:1.29
*** emacs/lisp/gnus/gnus-group.el:1.28  Thu Oct  7 05:53:40 2004
--- emacs/lisp/gnus/gnus-group.el       Mon Oct 18 22:23:43 2004
***************
*** 3599,3605 ****
  (defun gnus-group-get-new-news-this-group (&optional n dont-scan)
    "Check for newly arrived news in the current group (and the N-1 next 
groups).
  The difference between N and the number of newsgroup checked is returned.
! If N is negative, this group and the N-1 previous groups will be checked."
    (interactive "P")
    (let* ((groups (gnus-group-process-prefix n))
         (ret (if (numberp n) (- n (length groups)) 0))
--- 3599,3606 ----
  (defun gnus-group-get-new-news-this-group (&optional n dont-scan)
    "Check for newly arrived news in the current group (and the N-1 next 
groups).
  The difference between N and the number of newsgroup checked is returned.
! If N is negative, this group and the N-1 previous groups will be checked.
! If DONT-SCAN is non-nil, scan non-activated groups as well."
    (interactive "P")
    (let* ((groups (gnus-group-process-prefix n))
         (ret (if (numberp n) (- n (length groups)) 0))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]