From c42a974a515cb5e25057d250a549956f128e9bb7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 13 Feb 2012 12:15:14 +0100 Subject: [PATCH] Fix typo in last checkin --- lisp/shr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/shr.el b/lisp/shr.el index cb7f94ff8..2f6a04cde 100644 --- a/lisp/shr.el +++ b/lisp/shr.el @@ -615,7 +615,7 @@ size, and full-buffer size." (defun shr-rescale-image (data &optional force) "Rescale DATA, if too big, to fit the current buffer. If FORCE, rescale the image anyway." - (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.25.1