tm 7.89.
[elisp/tm.git] / tm-html.el
index 0f832fc..b690a4c 100644 (file)
@@ -2,13 +2,13 @@
 ;;; tm-html.el: a tm-view internal decoder for HTML
 ;;;
 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
-;;; Copyright (C) 1995 MORIOKA Tomohiko
+;;; Copyright (C) 1995,1996 MORIOKA Tomohiko
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Created: 1995/9/14
 ;;;    based on tm-latex.el by OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp>
 ;;; Version:
-;;;    $Id: tm-html.el,v 7.4 1995/12/14 15:33:55 morioka Exp $
+;;;    $Id: tm-html.el,v 7.6 1996/05/27 08:00:50 morioka Exp $
 ;;; Keywords: mail, news, MIME, multimedia, HTML, WWW
 ;;;
 ;;; This file is part of tm (Tools for MIME).
@@ -55,7 +55,7 @@
            (re-search-forward "^$")
            (append-to-buffer new-buf (+ (match-end 0) 1) end)
            )))
-    (mime/decode-region encoding (point-min)(point-max))
+    (mime-decode-region (point-min)(point-max) encoding)
     (run-hooks 'mime-article/decode-html-hook)
     ))
 
@@ -70,3 +70,5 @@
 ;;;
 
 (provide 'tm-html)
+
+;;; end of tm-html.el