# HG changeset patch # User Glenn Morris <rgm@gnu.org> # Date 1220669197 0 # Node ID 19671b0b7b2c31f0313d65a7afc8e482c4b45466 # Parent f4a921de209951d583c77418d8f6e1f6117ccb06 (pmail-spam-filter): Remove declaration of undefined function. diff -r f4a921de2099 -r 19671b0b7b2c lisp/mail/pmail.el --- a/lisp/mail/pmail.el Sat Sep 06 02:28:43 2008 +0000 +++ b/lisp/mail/pmail.el Sat Sep 06 02:46:37 2008 +0000 @@ -1445,7 +1445,7 @@ ;;;; *** Pmail input *** -(declare-function pmail-spam-filter "pmail-spam-filter" (msg)) +;;;(declare-function pmail-spam-filter "pmail-spam-filter" (msg)) (declare-function pmail-summary-goto-msg "pmailsum" (&optional n nowarn skip-pmail)) (declare-function pmail-summary-mark-undeleted "pmailsum" (n)) (declare-function pmail-summary-mark-deleted "pmailsum" (&optional n undel))