[gnus git] branch no-gnus updated: m0-1-53-g3614422 =1= Fix typo in last checkin
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3614422b660cbb37541de79822260a74f359fb55 (commit)
from 99f4e6416f9880185a5b8999ec2c81c1d4eba71c (commit)
- Log -----------------------------------------------------------------
commit 3614422b660cbb37541de79822260a74f359fb55
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 13 12:14:58 2012 +0100
Fix typo in last checkin
diff --git a/lisp/shr.el b/lisp/shr.el
index a2baa85..47622f5 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -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))))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/shr.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project