Synch to No Gnus 200407030926.
authoryamaoka <yamaoka>
Sat, 3 Jul 2004 12:41:59 +0000 (12:41 +0000)
committeryamaoka <yamaoka>
Sat, 3 Jul 2004 12:41:59 +0000 (12:41 +0000)
lisp/ChangeLog
lisp/spam-report.el

index 5f6c7ba..a0c48b1 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * spam-report.el (spam-report-gmane): Add interactive.
+
 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-encode.el (mm-content-transfer-encoding-defaults): Use
index b98598e..ebc0eb3 100644 (file)
@@ -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)