+2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
+
2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-html.el (gnus-article-html): Make work buffer multibyte for
(when (> height window-height)
(setq image (or (create-image file 'imagemagick nil
:height window-height)
- image))
- (when (> (car (image-size image t)) window-width)
- (setq image (or
- (create-image file 'imagemagick nil
- :width window-width)
- image))))
+ image)))
+ (when (> (car (image-size image t)) window-width)
+ (setq image (or
+ (create-image file 'imagemagick nil
+ :width window-width)
+ image)))
image)))
(defun gnus-html-prune-cache ()