aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2013-05-23 00:52:19 -0700
committerGlenn Morris2013-05-23 00:52:19 -0700
commitf707048c02fc20dd5ab7ae2cce1c15f57370d60f (patch)
tree841a8b414c52f56817bf4cf0ac5ee8f7baea9a92 /lisp
parentc2fc00be7291d0a2c29597f1864f4b9869dc7eb9 (diff)
downloademacs-f707048c02fc20dd5ab7ae2cce1c15f57370d60f.tar.gz
emacs-f707048c02fc20dd5ab7ae2cce1c15f57370d60f.zip
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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-util.el9
2 files changed, 14 insertions, 0 deletions
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 @@
12013-05-23 Glenn Morris <rgm@gnu.org> 12013-05-23 Glenn Morris <rgm@gnu.org>
2 2
3 * gnus-util.el (rmail-swap-buffers-maybe)
4 (rmail-maybe-set-message-counters, rmail-count-new-messages)
5 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
6 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
7
3 * mm-decode.el: No need to load term when compiling. 8 * mm-decode.el: No need to load term when compiling.
4 (term-mode, term-char-mode): Declare. 9 (term-mode, term-char-mode): Declare.
5 10
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."
1025 1025
1026(declare-function mm-append-to-file "mm-util" 1026(declare-function mm-append-to-file "mm-util"
1027 (start end filename &optional codesys inhibit)) 1027 (start end filename &optional codesys inhibit))
1028(declare-function rmail-swap-buffers-maybe "rmail" ())
1029(declare-function rmail-maybe-set-message-counters "rmail" ())
1030(declare-function rmail-count-new-messages "rmail" (&optional nomsg))
1031(declare-function rmail-summary-exists "rmail" ())
1032(declare-function rmail-show-message "rmail" (&optional n no-summary))
1033;; Macroexpansion of rmail-select-summary:
1034(declare-function rmail-summary-displayed "rmail" ())
1035(declare-function rmail-pop-to-buffer "rmail" (&rest args))
1036(declare-function rmail-maybe-display-summary "rmail" ())
1028 1037
1029(defun gnus-output-to-rmail (filename &optional ask) 1038(defun gnus-output-to-rmail (filename &optional ask)
1030 "Append the current article to an Rmail file named FILENAME. 1039 "Append the current article to an Rmail file named FILENAME.