From: yamaoka Date: Sat, 3 Jul 2004 12:41:59 +0000 (+0000) Subject: Synch to No Gnus 200407030926. X-Git-Tag: t-gnus-6_17_4-quimby-~830 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b9220954a5a73bcf2e26dd163c140bb2568fd866;p=elisp%2Fgnus.git- Synch to No Gnus 200407030926. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f6c7ba..a0c48b1 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 b98598e..ebc0eb3 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)