aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))