From 2c68a5baa5e625b5bd364a356e3ff445b24eb102 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 3 Jul 2004 09:26:12 +0000 Subject: [PATCH] (spam-report-gmane): Add interactive. --- lisp/ChangeLog | 4 ++++ lisp/spam-report.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddfd3513a..28954ad2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-07-03 Lars Magne Ingebrigtsen + + * spam-report.el (spam-report-gmane): Add interactive. + 2004-07-02 Katsumi Yamaoka * mm-encode.el (mm-content-transfer-encoding-defaults): Use diff --git a/lisp/spam-report.el b/lisp/spam-report.el index 2568d2146..c31d62a9c 100644 --- a/lisp/spam-report.el +++ b/lisp/spam-report.el @@ -119,7 +119,8 @@ Reports is as ham when HAM is set." (spam-report-resend articles t)) (defun spam-report-gmane (&rest articles) - "Report an article as spam through Gmane" + "Report an article as spam through Gmane." + (interactive (gnus-summary-work-articles prefix-arg)) (dolist (article articles) (when (and gnus-newsgroup-name (or (null spam-report-gmane-regex) -- 2.34.1