From 635f54ad1a1824db5dcc8acc443fe8005501045e Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 10 Feb 1998 08:25:09 +0000 Subject: [PATCH] (gnus-article-prepare): Don't bind coding systems. --- lisp/gnus-art.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 365ce39..f0f3e3e 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2075,9 +2075,7 @@ If ALL-HEADERS is non-nil, no headers are hidden." (when gnus-show-mime (if (or (not gnus-strict-mime) (gnus-fetch-field "Mime-Version")) - (let ((coding-system-for-write 'binary) - (coding-system-for-read 'binary)) - (funcall gnus-show-mime-method)) + (funcall gnus-show-mime-method) (funcall gnus-decode-encoded-word-method))) ;; Perform the article display hooks. (run-hooks 'gnus-article-display-hook)) -- 1.7.10.4