Silence gnus-util compilation
authorGlenn Morris <rgm@gnu.org>
Thu, 23 May 2013 07:52:19 +0000 (00:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 May 2013 07:52:19 +0000 (00:52 -0700)
* 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
lisp/gnus/gnus-util.el

index 121febb..f0b2383 100644 (file)
@@ -1,5 +1,10 @@
 2013-05-23  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 6e2c586..0f0e967 100644 (file)
@@ -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.