From: hayashi Date: Wed, 15 Mar 2000 09:58:58 +0000 (+0000) Subject: Fix previous commit. X-Git-Tag: emy-1_13_5~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee6691993e66d756b1dd5b4f79fe7931a6d2b19c;p=elisp%2Fsemi.git Fix previous commit. --- diff --git a/mime-view.el b/mime-view.el index d154056..26368bb 100644 --- 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)