Gnus development mailing list
 help / color / mirror / Atom feed
* mml-insert-tag: insert closing tag
@ 2013-01-29 17:49 Christopher Schmidt
  2013-01-29 22:49 ` Katsumi Yamaoka
  0 siblings, 1 reply; 11+ messages in thread
From: Christopher Schmidt @ 2013-01-29 17:49 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

2013-01-29  Christopher Schmidt  <christopher@ch.ristopher.com>

	* mml.el (mml-insert-part): Insert closing tag.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-diff, Size: 487 bytes --]

--- 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"

[-- Attachment #3: Type: text/plain, Size: 21 bytes --]


        Christopher

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-01-30 10:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-29 17:49 mml-insert-tag: insert closing tag Christopher Schmidt
2013-01-29 22:49 ` Katsumi Yamaoka
2013-01-30  7:28   ` Christopher Schmidt
2013-01-30  8:30     ` Katsumi Yamaoka
2013-01-30  8:37       ` Christopher Schmidt
2013-01-30  8:45         ` Katsumi Yamaoka
2013-01-30  8:55           ` Christopher Schmidt
2013-01-30  9:35             ` Katsumi Yamaoka
2013-01-30  9:57               ` Christopher Schmidt
2013-01-30 10:43                 ` Katsumi Yamaoka
2013-01-30 10:53                   ` Christopher Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).