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:
parent
142b4d90fa
commit
32f6c52b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue