]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence mm-view.el compilation.
authorGlenn Morris <rgm@gnu.org>
Mon, 1 Nov 2010 01:49:16 +0000 (18:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 1 Nov 2010 01:49:16 +0000 (18:49 -0700)
* lisp/gnus/mm-view.el (gnus-rescale-image): Autoload.

lisp/gnus/ChangeLog
lisp/gnus/mm-view.el

index e829914dcb5dec86b68042b8c649070af93dcdff..96c378c73d4bc0b37234cda52c9dd51e685333df 100644 (file)
@@ -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.
index abe761ba9f9bfd6f715be8900cedd3c8ee83abb7..f62147598131ecabdd2d02aaf0097c990cc6f430 100644 (file)
@@ -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))