emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0fd6de9: * lisp/gnus/mm-uu.el (mm-uu-org-src-code-b


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 0fd6de9: * lisp/gnus/mm-uu.el (mm-uu-org-src-code-block-extract):
Date: Tue, 1 Aug 2017 23:24:12 -0400 (EDT)

branch: master
commit 0fd6de9cb444d6cc553ea67815ccfb7a923012a2
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    * lisp/gnus/mm-uu.el (mm-uu-org-src-code-block-extract):
    Say the handle is already decoded.
    cf. <address@hidden> in the info-gnus-english list.
---
 lisp/gnus/mm-uu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el
index 10cdeed..177589c 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]