`tm-text' is renamed to `mime-text'.
authortmorioka <tmorioka>
Fri, 21 Feb 1997 04:25:10 +0000 (04:25 +0000)
committertmorioka <tmorioka>
Fri, 21 Feb 1997 04:25:10 +0000 (04:25 +0000)
mime-view.el

index 3b64b38..7865180 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.2 $
+;; Version: $Revision: 0.3 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 (require 'tm-ew-d)
 (require 'tm-def)
 (require 'tm-parse)
-(require 'tm-text)
+(require 'mime-text)
 
 
 ;;; @ version
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.2 1997-02-21 04:19:40 tmorioka Exp $")
+  "$Id: mime-view.el,v 0.3 1997-02-21 04:25:10 tmorioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))