aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-10-31 18:49:16 -0700
committerGlenn Morris <[email protected]>2010-10-31 18:49:16 -0700
commitc36dea19e08959e612118986a6ff9cc6b45fc208 (patch)
treec6cb3cf33a3df2531e4fbbe4b3ec0e1d42935dd2 /lisp/gnus
parente116c1eb0f04078ad53bb3225c5e8861d0423c65 (diff)
Silence mm-view.el compilation.
* lisp/gnus/mm-view.el (gnus-rescale-image): Autoload.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/mm-view.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index e829914dcb..96c378c73d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,7 @@
2010-11-01 Glenn Morris <[email protected]>
+ * mm-view.el (gnus-rescale-image): Autoload.
+
* mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
* gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index abe761ba9f..f621475981 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -82,6 +82,8 @@
;;; Functions for displaying various formats inline
;;;
+(autoload 'gnus-rescale-image "gnus-util")
+
(defun mm-inline-image-emacs (handle)
(let ((b (point-marker))
(inhibit-read-only t))