From 54548dc948a7cebddcce23761077cfc3647d5190 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 14 Jan 2003 09:05:24 +0000 Subject: [PATCH] * gnus-int.el (gnus-agent-expire): Make arguments optional. --- ChangeLog | 4 ++++ lisp/gnus-int.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf7c70e..5ad74f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-14 Katsumi Yamaoka + + * lisp/gnus-int.el (gnus-agent-expire): Make arguments optional. + 2003-01-13 Katsumi Yamaoka * lisp/gnus-util.el (gnus-read-event-char): Take an optional diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el index 4e64d05..5b1af45 100644 --- a/lisp/gnus-int.el +++ b/lisp/gnus-int.el @@ -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." -- 1.7.10.4