diff options
author | Julien Danjou <julien@danjou.info> | 2011-01-23 11:21:04 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-01-23 11:21:04 +0000 |
commit | 3f6804070085b85cc94b54d632a07f04f6bbf572 (patch) | |
tree | e69a1133f18d5dfcdab7e847fe9524830cd6098d /lisp/gnus/mm-uu.el | |
parent | 45eb2a5d4609e89fae1723979f26a56b5fba8fa1 (diff) | |
download | emacs-3f6804070085b85cc94b54d632a07f04f6bbf572.tar.gz |
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.
Diffstat (limited to 'lisp/gnus/mm-uu.el')
-rw-r--r-- | lisp/gnus/mm-uu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 69661225bd4..200fa1573d8 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -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) |