]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-rescale-image): Fix typo in last checkin
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Feb 2012 11:25:56 +0000 (11:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 13 Feb 2012 11:25:56 +0000 (11:25 +0000)
lisp/gnus/shr.el

index a2baa85aeea172c20ded33197a24130e122081d4..47622f5183d2fa25577bee9f8376ef1a433c4918 100644 (file)
@@ -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))))