X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=tm-w3.el;h=55c3f75e6479739d31a401347baf793fa831f231;hb=3fe76b044cf6350e4fddadbc8e3c12af0a97866b;hp=485b8a17d3de7efff8ee80a230c269a7f99e5634;hpb=83d94fa120b4ca085be5849bc3c387e724989c70;p=elisp%2Ftm.git diff --git a/tm-w3.el b/tm-w3.el index 485b8a1..55c3f75 100644 --- a/tm-w3.el +++ b/tm-w3.el @@ -5,7 +5,7 @@ ;;; ;;; based on tm-latex.el by OKABE Yasuo ;;; -;;; $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) ))