* gnus-cache.el (gnus-cache-remove-article): n is &optional. From
authorSimon Josefsson <jas@extundo.com>
Sun, 16 Jun 2002 09:49:28 +0000 (09:49 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 16 Jun 2002 09:49:28 +0000 (09:49 +0000)
Reiner Steib <4uce.02.r.steib@gmx.net>.

lisp/ChangeLog
lisp/gnus-cache.el

index bf27e5d..2472f27 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-16  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
+       Reiner Steib <4uce.02.r.steib@gmx.net>.
+
 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nnheader.el (nnheader-file-name-translation-alist): Set the
index ed2f79f..7e59cc8 100644 (file)
@@ -337,7 +337,7 @@ Returns the list of articles entered."
     (gnus-summary-position-point)
     (nreverse out)))
 
-(defun gnus-cache-remove-article (n)
+(defun gnus-cache-remove-article (&optional n)
   "Remove the next N articles from the cache.
 If not given a prefix, use the process marked articles instead.
 Returns the list of articles removed."