Fix failure under Emacs
authorhayashi <hayashi>
Tue, 14 Mar 2000 10:32:43 +0000 (10:32 +0000)
committerhayashi <hayashi>
Tue, 14 Mar 2000 10:32:43 +0000 (10:32 +0000)
ChangeLog
mime-view.el

index 4a0e7ec..9b3a833 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2000-03-01  Yoshiki Hayashi <yoshiki@xemacs.org>
+2000-03-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * mime-view.el (mime-display-gzipped): Remove arguments.
+       autodetect coding system.
+
+2000-03-01  Yoshiki Hayashi  <yoshiki@xemacs.org>
 
        * mime-image.el (mime-display-image): Don't wait for redisplay.
 
index 3cd8d2f..d154056 100644 (file)
@@ -856,7 +856,7 @@ This can only handle gzipped contents."
        (as-binary-process
        (call-process-region (point-min) (point-max) "gzip" t t
                             nil "-cd"))
-       (buffer-string (point-min) (point-max))))
+       (buffer-string)))
     t)
 
 (defun mime-preview-inline ()