[gnus git] branch master updated: m0-5-258-g726fe2f =1= mml.el (mml-insert-part): Insert closing tag
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 726fe2fc681a7ac96fbb2eddaf86f9ac91fcf36b (commit)
from 48cc7e320a61269896fa2309bfc70b4f290bfaad (commit)
- Log -----------------------------------------------------------------
commit 726fe2fc681a7ac96fbb2eddaf86f9ac91fcf36b
Author: Christopher Schmidt <[email protected]>
Date: Wed Jan 30 10:43:27 2013 +0000
mml.el (mml-insert-part): Insert closing tag
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 62f5d38..5449502 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-01-30 Christopher Schmidt <[email protected]>
+ * mml.el (mml-insert-part): Insert closing tag.
+
* mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2013-01-21 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/mml.el b/lisp/mml.el
index 453086f..3c9344a 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -1440,7 +1440,9 @@ TYPE is the MIME type to use."
;; when you send the message.
(or (eq mail-user-agent 'message-user-agent)
(setq mail-encode-mml t))
- (mml-insert-tag 'part 'type type 'disposition "inline"))
+ (mml-insert-tag 'part 'type type 'disposition "inline")
+ (save-excursion
+ (mml-insert-tag '/part)))
(declare-function message-subscribed-p "message" ())
(declare-function message-make-mail-followup-to "message"
-----------------------------------------------------------------------
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 | 2 ++
lisp/mml.el | 4 +++-
2 files changed, 5 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