tm-parse.el was renamed to mime-parse.el.
[elisp/semi.git] / mime-view.el
index f0a9746..caa27a3 100644 (file)
@@ -6,7 +6,7 @@
 ;; Created: 1994/7/13
 ;;     Renamed: 1994/8/31 from tm-body.el
 ;;     Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.5 $
+;; Version: $Revision: 0.6 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -36,7 +36,7 @@
 (require 'mel)
 (require 'tm-ew-d)
 (require 'tm-def)
-(require 'tm-parse)
+(require 'mime-parse)
 (require 'mime-text)
 
 
@@ -44,7 +44,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.5 1997-02-21 07:32:05 tmorioka Exp $")
+  "$Id: mime-view.el,v 0.6 1997-02-21 07:42:32 tmorioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -449,7 +449,7 @@ The compressed face will be piped to this command.")
        (set-buffer ibuf)
        ))
   (or mime-view-redisplay
-      (setq mime::article/content-info (mime/parse-message ctl encoding))
+      (setq mime::article/content-info (mime-parse-message ctl encoding))
       )
   (let ((ret (mime-view-make-preview-buffer obuf)))
     (setq mime::article/preview-buffer (car ret))