[gnus git] branch master updated: m0-3-93-ge956dc6 =1= Indent.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e956dc630148097fcc7d6448d0d249e9c5fc8c87 (commit)
from 726a5aac7497692ad6dd810f6eee67aec0262c49 (commit)
- Log -----------------------------------------------------------------
commit e956dc630148097fcc7d6448d0d249e9c5fc8c87
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Mar 22 19:51:38 2012 +0100
Indent.
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 8918434..0484d8a 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -278,7 +278,8 @@ before the external MIME handler is invoked."
(ignore-errors
(if (fboundp 'create-image)
(create-image (buffer-string) 'imagemagick 'data-p)
- (mm-create-image-xemacs (mm-handle-media-subtype handle))))))
+ (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/mm-decode.el | 3 ++-
1 files changed, 2 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