changeset 111280:3e377e8bbed5

Silence mm-view.el compilation. * lisp/gnus/mm-view.el (gnus-rescale-image): Autoload.
author Glenn Morris <rgm@gnu.org>
date Sun, 31 Oct 2010 18:49:16 -0700
parents 8bf30c3cb442
children ce591845861c
files lisp/gnus/ChangeLog lisp/gnus/mm-view.el
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sun Oct 31 18:45:47 2010 -0700
+++ b/lisp/gnus/ChangeLog	Sun Oct 31 18:49:16 2010 -0700
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <rgm@gnu.org>
 
+	* 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.
--- a/lisp/gnus/mm-view.el	Sun Oct 31 18:45:47 2010 -0700
+++ b/lisp/gnus/mm-view.el	Sun Oct 31 18:49:16 2010 -0700
@@ -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))