From: Lars Ingebrigtsen Date: Mon, 13 Feb 2012 11:25:56 +0000 (+0000) Subject: shr.el (shr-rescale-image): Fix typo in last checkin X-Git-Tag: emacs-pretest-24.0.94~155 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32f6c52b3ef79cba34781d50d777ce8a41cf93e6;p=emacs.git shr.el (shr-rescale-image): Fix typo in last checkin --- diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index a2baa85aeea..47622f5183d 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -557,7 +557,7 @@ the URL of the image to the kill buffer instead." (insert alt))) (defun shr-rescale-image (data) - (let* ((max-image-size 0) + (let* ((max-image-size nil) (image (create-image data nil t :ascent 100))) (if (or (not (fboundp 'imagemagick-types)) (not (get-buffer-window (current-buffer))))