From 32f6c52b3ef79cba34781d50d777ce8a41cf93e6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 13 Feb 2012 11:25:56 +0000 Subject: [PATCH] shr.el (shr-rescale-image): Fix typo in last checkin --- lisp/gnus/shr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.2