aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2012-02-13 11:25:56 +0000
committerKatsumi Yamaoka2012-02-13 11:25:56 +0000
commit32f6c52b3ef79cba34781d50d777ce8a41cf93e6 (patch)
tree2c9ada79cc718a586ba075d12ae201c68021c7b3
parent142b4d90fa4a147dcfd2075448f39bf7a4356187 (diff)
downloademacs-32f6c52b3ef79cba34781d50d777ce8a41cf93e6.tar.gz
emacs-32f6c52b3ef79cba34781d50d777ce8a41cf93e6.zip
shr.el (shr-rescale-image): Fix typo in last checkin
-rw-r--r--lisp/gnus/shr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el
index a2baa85aeea..47622f5183d 100644
--- a/lisp/gnus/shr.el
+++ b/lisp/gnus/shr.el
@@ -557,7 +557,7 @@ the URL of the image to the kill buffer instead."
557 (insert alt))) 557 (insert alt)))
558 558
559(defun shr-rescale-image (data) 559(defun shr-rescale-image (data)
560 (let* ((max-image-size 0) 560 (let* ((max-image-size nil)
561 (image (create-image data nil t :ascent 100))) 561 (image (create-image data nil t :ascent 100)))
562 (if (or (not (fboundp 'imagemagick-types)) 562 (if (or (not (fboundp 'imagemagick-types))
563 (not (get-buffer-window (current-buffer)))) 563 (not (get-buffer-window (current-buffer))))