This commit was generated by cvs2svn to compensate for changes in r509,
[elisp/tm.git] / tm-w3.el
index 485b8a1..55c3f75 100644 (file)
--- a/tm-w3.el
+++ b/tm-w3.el
@@ -5,7 +5,7 @@
 ;;;
 ;;; based on tm-latex.el by OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>
 ;;;
-;;; $Id: tm-w3.el,v 1.1 1995/09/14 15:51:57 morioka Exp $
+;;; $Id: tm-w3.el,v 3.0 1995/10/20 10:42:41 morioka Exp $
 ;;;
 
 (require 'tm-view)
@@ -33,6 +33,7 @@
            (re-search-forward "^$")
            (append-to-buffer new-buf (+ (match-end 0) 1) end)
            )))
+    (mime/decode-region encoding (point-min)(point-max))
     (call-interactively mime-viewer/html-default-mode)
     ))