projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44a8fa
)
(gnus-article-prepare): Don't bind coding systems.
author
morioka
<morioka>
Tue, 10 Feb 1998 08:25:09 +0000
(08:25 +0000)
committer
morioka
<morioka>
Tue, 10 Feb 1998 08:25:09 +0000
(08:25 +0000)
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
365ce39
..
f0f3e3e
100644
(file)
--- 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))