From: Glenn Morris Date: Sat, 6 Sep 2008 02:47:16 +0000 (+0000) Subject: (pmail-maybe-set-message-counters) X-Git-Tag: emacs-pretest-23.0.90~3019 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=327bcdb5c13f36b62bcb5936e159d42ddb595e36;p=emacs.git (pmail-maybe-set-message-counters) (pmail-set-message-deleted-p): Remove unused declarations. --- 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'.") (declare-function pmail-desc-get-start "pmaildesc" (n)) (declare-function pmail-desc-remove-keyword "pmaildesc" (keyword n)) (declare-function pmail-display-labels "pmail" ()) -(declare-function pmail-maybe-set-message-counters "pmail" ()) (declare-function pmail-message-labels-p "pmail" (msg labels)) (declare-function pmail-msgbeg "pmail" (n)) (declare-function pmail-set-attribute "pmail" (attr state &optional msgnum)) -(declare-function pmail-set-message-deleted-p "pmail" (n state)) (declare-function pmail-show-message "pmail" (&optional n no-summary)) (declare-function pmail-summary-exists "pmail" ()) (declare-function pmail-summary-update "pmailsum" (n))