# HG changeset patch # User Glenn Morris # Date 1213153859 0 # Node ID eb119cbc171571a3f9662d5e4fe407294d953f8d # Parent 986aaff044cace25294f5141046a9e2455cf49c5 (image-size): Declare. Remove unnecessary eval-and-compile of autoloads. diff -r 986aaff044ca -r eb119cbc1715 lisp/gnus/mm-decode.el --- a/lisp/gnus/mm-decode.el Wed Jun 11 03:10:43 2008 +0000 +++ b/lisp/gnus/mm-decode.el Wed Jun 11 03:10:59 2008 +0000 @@ -35,11 +35,10 @@ (eval-when-compile (require 'cl) (require 'term)) -(eval-and-compile - (autoload 'mm-inline-partial "mm-partial") - (autoload 'mm-inline-external-body "mm-extern") - (autoload 'mm-extern-cache-contents "mm-extern") - (autoload 'mm-insert-inline "mm-view")) +(autoload 'mm-inline-partial "mm-partial") +(autoload 'mm-inline-external-body "mm-extern") +(autoload 'mm-extern-cache-contents "mm-extern") +(autoload 'mm-insert-inline "mm-view") (defvar gnus-current-window-configuration) @@ -1438,6 +1437,8 @@ (intern type)) :data (buffer-string))))))) +(declare-function image-size "image.c" (spec &optional pixels frame)) + (defun mm-image-fit-p (handle) "Say whether the image in HANDLE will fit the current window." (let ((image (mm-get-image handle)))