]> git.eshelyaron.com Git - emacs.git/commitdiff
mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
authorJulien Danjou <julien@danjou.info>
Sun, 23 Jan 2011 11:21:04 +0000 (11:21 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 23 Jan 2011 11:21:04 +0000 (11:21 +0000)
mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to text/x-org.

lisp/gnus/ChangeLog
lisp/gnus/mm-decode.el
lisp/gnus/mm-uu.el

index ecbe52efd6d151a0ffe8000e0712ed3cfce277c7..8bd8732ade44e3691fa0127265adf73cd8777107 100644 (file)
@@ -1,3 +1,10 @@
+2011-01-23  Julien Danjou  <julien@danjou.info>
+
+       * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
+
+       * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
+       text/x-org.
+
 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-move-article): Protect against backends
index ea65dd6fc9276267c80617da20b482d0a77ccbe0..2ae9c5961195772dbafa01834b3fe5083766d21a 100644 (file)
@@ -241,7 +241,7 @@ before the external MIME handler is invoked."
     ("application/x-sh" mm-display-shell-script-inline identity)
     ("text/x-sh" mm-display-shell-script-inline identity)
     ("text/dns" mm-display-dns-inline identity)
-    ("text/org" mm-display-org-inline identity)
+    ("text/x-org" mm-display-org-inline identity)
     ("text/html"
      mm-inline-text-html
      (lambda (handle)
@@ -318,7 +318,7 @@ when selecting a different article."
     "application/pkcs7-mime"
     ;; Mutt still uses this even though it has already been withdrawn.
     "application/pgp\\'"
-     "text/org")
+     "text/x-org")
   "A list of MIME types to be displayed automatically."
   :type '(repeat regexp)
   :group 'mime-display)
index 69661225bd4f3e78eb4f3a418bcc63ef2ed2745c..200fa1573d868340209c281d2a42a7c3d3840ef0 100644 (file)
@@ -393,7 +393,7 @@ apply the face `mm-uu-extract'."
 
 (defun mm-uu-org-src-code-block-extract ()
   (mm-make-handle (mm-uu-copy-to-buffer start-point end-point)
-                  '("text/org")))
+                  '("text/x-org")))
 
 (defvar gnus-newsgroup-name)