diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:17:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:17:38 +0000 |
commit | b15c31c722dab1e91e9a3ab0ae130a79b60d1341 (patch) | |
tree | a8e2aba2a14b89a0ead80916e38076d6921fdc5b /lisp/mail/uce.el | |
parent | 64a51001e5331e8c11bef8827ed81df14b23be6f (diff) | |
download | emacs-b15c31c722dab1e91e9a3ab0ae130a79b60d1341.tar.gz emacs-b15c31c722dab1e91e9a3ab0ae130a79b60d1341.tar.bz2 emacs-b15c31c722dab1e91e9a3ab0ae130a79b60d1341.zip |
Remove unused declarations.
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r-- | lisp/mail/uce.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index 2d7122775ff..e1cd30ee795 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -219,8 +219,6 @@ These are mostly meant for headers that prevent delivery errors reporting." (declare-function rmail-msg-is-pruned "rmail" ()) (declare-function mail-strip-quoted-names "mail-utils" (address)) (declare-function rmail-maybe-set-message-counters "rmail" ()) -(declare-function rmail-msgbeg "rmail" (n)) -(declare-function rmail-msgend "rmail" (n)) (declare-function rmail-toggle-header "rmail" (&optional arg)) ;;;###autoload |