[gnus git] branch master updated: n0-17-164-gd9f9d3c =1= * gnus-msg.el (gnus-bug): Fix the MML tag.

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  d9f9d3c495cba8584a3e60dcd81675957ce23ac1 (commit)
      from  2fab459a4bb7204523a02e2210ebf3638205baac (commit)


- Log -----------------------------------------------------------------
commit d9f9d3c495cba8584a3e60dcd81675957ce23ac1
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Tue Jul 5 18:11:15 2011 +0200

    * gnus-msg.el (gnus-bug): Fix the MML tag.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 805d6bc..ea48965 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
 2011-07-05  Lars Magne Ingebrigtsen  <[email protected]>
 
+	* gnus-msg.el (gnus-bug): Fix the MML tag.
+
 	* pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
 
 2011-07-05  Daiki Ueno  <[email protected]>
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index b265a68..bad474b 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1480,10 +1480,10 @@ If YANK is non-nil, include the original article."
 	(erase-buffer)
 	(gnus-debug)
 	(setq text (buffer-string)))
-      (insert (concat "<#part type=application/emacs-lisp"
+      (insert "<#part type=application/emacs-lisp "
                       "disposition=inline description=\"User settings\">\n"
                       text
-                      "\n<#/part>")))
+	      "\n<#/part>"))
     (goto-char (point-min))
     (search-forward "Subject: " nil t)
     (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/gnus-msg.el |    8 ++++----
 2 files changed, 6 insertions(+), 4 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.