[gnus git] branch master updated: n0-17-40-gbd74ba3 =1= gnus-html.el (gnus-html-put-image): Fix last change.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bd74ba3e89556c0194b3ab3051226d3d8cb16cf0 (commit)
from f31044c21918bdf9ccc0366b5896f03b14a3ced6 (commit)
- Log -----------------------------------------------------------------
commit bd74ba3e89556c0194b3ab3051226d3d8cb16cf0
Author: Katsumi Yamaoka <[email protected]>
Date: Fri May 13 07:51:20 2011 +0000
gnus-html.el (gnus-html-put-image): Fix last change.
diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el
index a4c4fa5..6ca3c8b 100644
--- a/lisp/gnus-html.el
+++ b/lisp/gnus-html.el
@@ -488,7 +488,7 @@ Return a string with image data."
,url
image-displayer
(lambda (url start end)
- (gnus-html-display-image ,url ,start ,(point)
+ (gnus-html-display-image url start end
,alt-text)))))
(gnus-add-image 'external image)
t)
-----------------------------------------------------------------------
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/gnus-html.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