projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea9769
)
Fix previous commit.
author
hayashi
<hayashi>
Wed, 15 Mar 2000 09:58:58 +0000
(09:58 +0000)
committer
hayashi
<hayashi>
Wed, 15 Mar 2000 09:58:58 +0000
(09:58 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
d154056
..
26368bb
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-856,6
+856,7
@@
This can only handle gzipped contents."
(as-binary-process
(call-process-region (point-min) (point-max) "gzip" t t
nil "-cd"))
+ (decode-coding-region (point-min) (point-max) 'undecided)
(buffer-string)))
t)