* gnus-msg.el (gnus-bug): Fix the MML tag.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Jul 2011 16:11:15 +0000 (18:11 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Jul 2011 16:11:15 +0000 (18:11 +0200)
lisp/ChangeLog
lisp/gnus-msg.el

index 805d6bc..ea48965 100644 (file)
@@ -1,5 +1,7 @@
 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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  <ueno@unixuser.org>
index b265a68..bad474b 100644 (file)
@@ -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"
-                      "disposition=inline description=\"User settings\">\n"
-                      text
-                      "\n<#/part>")))
+      (insert "<#part type=application/emacs-lisp "
+             "disposition=inline description=\"User settings\">\n"
+             text
+             "\n<#/part>"))
     (goto-char (point-min))
     (search-forward "Subject: " nil t)
     (message "")))