diff lisp/gnus/mm-uu.el @ 112446:f60dc8d74215

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.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 23 Jan 2011 11:21:04 +0000
parents 1b25cd6a6e36
children
line wrap: on
line diff
--- a/lisp/gnus/mm-uu.el	Sun Jan 23 11:38:14 2011 +0100
+++ b/lisp/gnus/mm-uu.el	Sun Jan 23 11:21:04 2011 +0000
@@ -393,7 +393,7 @@
 
 (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)