From f707048c02fc20dd5ab7ae2cce1c15f57370d60f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 23 May 2013 00:52:19 -0700 Subject: [PATCH] Silence gnus-util compilation * lisp/gnus/gnus-util.el (rmail-swap-buffers-maybe) (rmail-maybe-set-message-counters, rmail-count-new-messages) (rmail-summary-exists, rmail-show-message, rmail-summary-displayed) (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-util.el | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 121febb0755..f0b23832c64 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,10 @@ 2013-05-23 Glenn Morris + * gnus-util.el (rmail-swap-buffers-maybe) + (rmail-maybe-set-message-counters, rmail-count-new-messages) + (rmail-summary-exists, rmail-show-message, rmail-summary-displayed) + (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare. + * mm-decode.el: No need to load term when compiling. (term-mode, term-char-mode): Declare. diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 6e2c586dc4b..0f0e9675c71 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el @@ -1025,6 +1025,15 @@ with potentially long computations." (declare-function mm-append-to-file "mm-util" (start end filename &optional codesys inhibit)) +(declare-function rmail-swap-buffers-maybe "rmail" ()) +(declare-function rmail-maybe-set-message-counters "rmail" ()) +(declare-function rmail-count-new-messages "rmail" (&optional nomsg)) +(declare-function rmail-summary-exists "rmail" ()) +(declare-function rmail-show-message "rmail" (&optional n no-summary)) +;; Macroexpansion of rmail-select-summary: +(declare-function rmail-summary-displayed "rmail" ()) +(declare-function rmail-pop-to-buffer "rmail" (&rest args)) +(declare-function rmail-maybe-display-summary "rmail" ()) (defun gnus-output-to-rmail (filename &optional ask) "Append the current article to an Rmail file named FILENAME. -- 2.39.2