diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2017-08-02 03:23:49 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2017-08-02 03:23:49 +0000 |
commit | 0fd6de9cb444d6cc553ea67815ccfb7a923012a2 (patch) | |
tree | 1cef1f35b2869dfe684396e9826f92f176b867fb /lisp/gnus | |
parent | 1a65afb7ecc2a52127d6164bad19313440237f9d (diff) | |
download | emacs-0fd6de9cb444d6cc553ea67815ccfb7a923012a2.tar.gz emacs-0fd6de9cb444d6cc553ea67815ccfb7a923012a2.tar.bz2 emacs-0fd6de9cb444d6cc553ea67815ccfb7a923012a2.zip |
* lisp/gnus/mm-uu.el (mm-uu-org-src-code-block-extract):
Say the handle is already decoded.
cf. <yw.87lgnh5cfv.fsf@alex.chromebook> in the info-gnus-english list.
Diffstat (limited to 'lisp/gnus')
-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 10cdeed3fbb..177589c5f03 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/x-org"))) + '("text/x-org" (charset . gnus-decoded)))) (defvar gnus-newsgroup-name) |