This commit was generated by cvs2svn to compensate for changes in r524,
[elisp/tm.git] / tm-html.el
index 4a3c590..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.5 1996/04/16 18:22:51 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)
     ))