(spam-report-gmane): Add interactive.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 3 Jul 2004 09:26:12 +0000 (09:26 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 3 Jul 2004 09:26:12 +0000 (09:26 +0000)
lisp/ChangeLog
lisp/spam-report.el

index ddfd351..28954ad 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 2568d21..c31d62a 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)