Fix previous commit.
authorhayashi <hayashi>
Wed, 15 Mar 2000 09:58:58 +0000 (09:58 +0000)
committerhayashi <hayashi>
Wed, 15 Mar 2000 09:58:58 +0000 (09:58 +0000)
mime-view.el

index d154056..26368bb 100644 (file)
@@ -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)