From 3614422b660cbb37541de79822260a74f359fb55 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 13 Feb 2012 12:14:58 +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 a2baa85ae..47622f518 100644 --- a/lisp/shr.el +++ b/lisp/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.34.1