diff options
author | Glenn Morris <rgm@gnu.org> | 2008-09-06 02:46:37 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-09-06 02:46:37 +0000 |
commit | e6eddb0dca37bba91e555db043c8f929c23521c2 (patch) | |
tree | 30f373b43359c75af7fde492d62fdf50a0b2ae15 /lisp/mail/pmail.el | |
parent | 8c1ded96b6484a87cf0fbcb1ecd771218dcbc21f (diff) | |
download | emacs-e6eddb0dca37bba91e555db043c8f929c23521c2.tar.gz |
(pmail-spam-filter): Remove declaration of undefined function.
Diffstat (limited to 'lisp/mail/pmail.el')
-rw-r--r-- | lisp/mail/pmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index e5ad3f49670..6dabdb9de30 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -1445,7 +1445,7 @@ original copy." ;;;; *** 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)) |