[gnus git] branch master updated: m0-1-141-g5d97eab =3= Merge remote-tracking branch 'origin/no-gnus' ; Fix typo in last checkin ; Fix typo in last checkin
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5d97eabba7d837af355df0e772bd9e2f585b7a22 (commit)
via c42a974a515cb5e25057d250a549956f128e9bb7 (commit)
via 3614422b660cbb37541de79822260a74f359fb55 (commit)
from aff2b98c7f720ec251c9da1f857ae39d359b90ba (commit)
- Log -----------------------------------------------------------------
commit 5d97eabba7d837af355df0e772bd9e2f585b7a22
Merge: c42a974 3614422
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 13 12:15:57 2012 +0100
Merge remote-tracking branch 'origin/no-gnus'
commit c42a974a515cb5e25057d250a549956f128e9bb7
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 13 12:15:14 2012 +0100
Fix typo in last checkin
diff --git a/lisp/shr.el b/lisp/shr.el
index cb7f94f..2f6a04c 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -615,7 +615,7 @@ size, and full-buffer size."
(defun shr-rescale-image (data &optional force)
"Rescale DATA, if too big, to fit the current buffer.
If FORCE, rescale the image anyway."
- (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, master has been updated
hooks/post-receive
--
Gnus Project