Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: compile warning with spam-report.el
Date: Wed, 25 Feb 2004 08:54:32 +0900	[thread overview]
Message-ID: <b9yhdxg9gp3.fsf@jpl.org> (raw)

Hi,

Shouldn't the following symbols be quoted?

While compiling spam-report-plug-agent in file gnus/lisp/spam-report.el:
  ** reference to free variable spam-report-url-to-file
  ** reference to free variable spam-report-url-ping-plain

--- spam-report.el~	2004-02-24 21:53:48 +0000
+++ spam-report.el	2004-02-24 23:53:25 +0000
@@ -221,13 +221,13 @@
   ;; Process the queue, unless the user only wanted to report to a file
   ;; anyway.
   (unless (equal spam-report-url-ping-temp-agent-function
-		 spam-report-url-to-file)
+		 'spam-report-url-to-file)
     (spam-report-process-queue))
   ;; Set the reporting function, if we have memorized something otherwise,
   ;; stick with plain URL reporting.
   (setq spam-report-url-ping-function
 	(or spam-report-url-ping-temp-agent-function
-	    spam-report-url-ping-plain)))
+	    'spam-report-url-ping-plain)))
 
 (defun spam-report-unplug-agent ()
   "Restore spam report settings for unplugged state."
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



             reply	other threads:[~2004-02-24 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-24 23:54 Katsumi Yamaoka [this message]
2004-02-26 16:18 ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9yhdxg9gp3.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).