* mm-encode.el (mm-content-transfer-encoding-defaults): Add
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 9 Jan 2002 02:35:54 +0000 (02:35 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 9 Jan 2002 02:35:54 +0000 (02:35 +0000)
application/x-emacs-lisp.

* gnus-msg.el (gnus-bug): Use application/emacs-lisp.

lisp/ChangeLog
lisp/gnus-msg.el
lisp/mm-encode.el

index 79d44b2..9afffd3 100644 (file)
@@ -1,5 +1,10 @@
 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * mm-encode.el (mm-content-transfer-encoding-defaults): Add
+       application/x-emacs-lisp.
+
+       * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
+
        * nntp.el (nntp-request-article): Add group parameter.
        (nntp-request-head): Ditto.
        (nntp-find-group-and-number): Add parameter group. Figure out
index b1a79d3..691396a 100644 (file)
@@ -1247,7 +1247,7 @@ If YANK is non-nil, include the original article."
        (erase-buffer)
        (gnus-debug)
        (setq text (buffer-string)))
-      (insert "<#part type=application/x-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 "")))
index 04a067f..014a74a 100644 (file)
@@ -35,6 +35,7 @@
     ("text/.*" qp-or-base64)
     ("message/rfc822" 8bit)
     ("application/emacs-lisp" 8bit)
+    ("application/x-emacs-lisp" 8bit)
     ("application/x-patch" 8bit)
     (".*" base64))
   "Alist of regexps that match MIME types and their encodings.