1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 14:01:47 -07:00

shr.el (shr-rescale-image): Fix typo in last checkin

This commit is contained in:
Lars Ingebrigtsen 2012-02-13 11:25:56 +00:00 committed by Katsumi Yamaoka
parent 142b4d90fa
commit 32f6c52b3e

View 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))))