(gnus-soup-send-packet): Don't use
authorDave Love <fx@gnu.org>
Tue, 3 Jun 2003 14:14:53 +0000 (14:14 +0000)
committerDave Love <fx@gnu.org>
Tue, 3 Jun 2003 14:14:53 +0000 (14:14 +0000)
message-functionp.

lisp/gnus-soup.el

index b444032..b5f1368 100644 (file)
@@ -549,7 +549,7 @@ Return whether the unpacking was successful."
                (sit-for 1)
                (let ((message-syntax-checks
                       'dont-check-for-anything-just-trust-me)
-                     (method (if (message-functionp message-post-method)
+                     (method (if (functionp message-post-method)
                                  (funcall message-post-method)
                                message-post-method))
                      result)