* gnus-int.el (gnus-agent-expire): Make arguments optional.
authoryamaoka <yamaoka>
Tue, 14 Jan 2003 09:05:24 +0000 (09:05 +0000)
committeryamaoka <yamaoka>
Tue, 14 Jan 2003 09:05:24 +0000 (09:05 +0000)
ChangeLog
lisp/gnus-int.el

index cf7c70e..5ad74f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-int.el (gnus-agent-expire): Make arguments optional.
+
 2003-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-util.el (gnus-read-event-char): Take an optional
index 4e64d05..5b1af45 100644 (file)
@@ -34,7 +34,7 @@
 (require 'gnus-range)
 
 (eval-when-compile
-  (defun gnus-agent-expire (a b c)))
+  (defun gnus-agent-expire (&optional a b c)))
 
 (defcustom gnus-open-server-hook nil
   "Hook called just before opening connection to the news server."