aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-06 02:47:16 +0000
committerGlenn Morris2008-09-06 02:47:16 +0000
commit327bcdb5c13f36b62bcb5936e159d42ddb595e36 (patch)
treefec6e5092a1100cf38f7df95481536c94cb0f25e
parente6eddb0dca37bba91e555db043c8f929c23521c2 (diff)
downloademacs-327bcdb5c13f36b62bcb5936e159d42ddb595e36.tar.gz
emacs-327bcdb5c13f36b62bcb5936e159d42ddb595e36.zip
(pmail-maybe-set-message-counters)
(pmail-set-message-deleted-p): Remove unused declarations.
-rw-r--r--lisp/mail/pmailkwd.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mail/pmailkwd.el b/lisp/mail/pmailkwd.el
index 5aa8a0f8478..7ee52882838 100644
--- a/lisp/mail/pmailkwd.el
+++ b/lisp/mail/pmailkwd.el
@@ -67,11 +67,9 @@ These are all user-defined, unlike `pmail-attributes'.")
67(declare-function pmail-desc-get-start "pmaildesc" (n)) 67(declare-function pmail-desc-get-start "pmaildesc" (n))
68(declare-function pmail-desc-remove-keyword "pmaildesc" (keyword n)) 68(declare-function pmail-desc-remove-keyword "pmaildesc" (keyword n))
69(declare-function pmail-display-labels "pmail" ()) 69(declare-function pmail-display-labels "pmail" ())
70(declare-function pmail-maybe-set-message-counters "pmail" ())
71(declare-function pmail-message-labels-p "pmail" (msg labels)) 70(declare-function pmail-message-labels-p "pmail" (msg labels))
72(declare-function pmail-msgbeg "pmail" (n)) 71(declare-function pmail-msgbeg "pmail" (n))
73(declare-function pmail-set-attribute "pmail" (attr state &optional msgnum)) 72(declare-function pmail-set-attribute "pmail" (attr state &optional msgnum))
74(declare-function pmail-set-message-deleted-p "pmail" (n state))
75(declare-function pmail-show-message "pmail" (&optional n no-summary)) 73(declare-function pmail-show-message "pmail" (&optional n no-summary))
76(declare-function pmail-summary-exists "pmail" ()) 74(declare-function pmail-summary-exists "pmail" ())
77(declare-function pmail-summary-update "pmailsum" (n)) 75(declare-function pmail-summary-update "pmailsum" (n))