diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-06 19:51:42 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-06 19:51:42 +0000 |
commit | e84b4b8614aecf2b935fff2122e2f360134e13ff (patch) | |
tree | 39396068dd3e6b37d72e8c16d1d6aa8aeb796d50 /lisp/gnus/gnus-cache.el | |
parent | cac87e302e52bae078f22a786ca3d9e2407683c4 (diff) | |
download | emacs-e84b4b8614aecf2b935fff2122e2f360134e13ff.tar.gz emacs-e84b4b8614aecf2b935fff2122e2f360134e13ff.tar.bz2 emacs-e84b4b8614aecf2b935fff2122e2f360134e13ff.zip |
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/gnus/gnus-cache.el')
-rw-r--r-- | lisp/gnus/gnus-cache.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index 66217699555..4477e8f579e 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el @@ -1,6 +1,7 @@ ;;; gnus-cache.el --- cache interface for Gnus + ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -;; 2004, 2005 Free Software Foundation, Inc. +;; 2004, 2005 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: news @@ -357,7 +358,7 @@ Returns the list of articles removed." (let ((alist (gnus-agent-load-alist gnus-newsgroup-name))) (unless (cdr (assoc article alist)) (setq gnus-newsgroup-undownloaded - (gnus-add-to-sorted-list + (gnus-add-to-sorted-list gnus-newsgroup-undownloaded article))))) (push article out)) (gnus-summary-update-download-mark article) |