Fix typo in last checkin
[gnus] / lisp / shr.el
index a2baa85..47622f5 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))))