[gnus git] branch master updated: n0-17-425-gae4ae40 =1= mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ae4ae40f6dec972bfdaf08df232bb9ee41caa98e (commit)
from 37be409c1ad417a4c696518f9d90904b1c04ae91 (commit)
- Log -----------------------------------------------------------------
commit ae4ae40f6dec972bfdaf08df232bb9ee41caa98e
Author: Juri Linkov <[email protected]>
Date: Fri Dec 16 06:18:26 2011 +0000
mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbbc863..81447a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-15 Juri Linkov <[email protected]>
+
+ * mm-decode.el (mm-inline-media-tests): Add missing
+ `mm-handle-media-subtype'.
+
2011-12-14 Paul Eggert <[email protected]>
* gnus-group.el (gnus-group-tool-bar):
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 44e2af5..7ea0902 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -275,7 +275,7 @@ before the external MIME handler is invoked."
(ignore-errors
(if (fboundp 'create-image)
(create-image (buffer-string) 'imagemagick 'data-p)
- (mm-create-image-xemacs type)))))
+ (mm-create-image-xemacs (mm-handle-media-subtype handle))))))
(when image
(setcar (cdr handle) (list "image/imagemagick"))
(mm-image-fit-p handle)))))))
-----------------------------------------------------------------------
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/ChangeLog | 5 +++++
lisp/mm-decode.el | 2 +-
2 files changed, 6 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