Don't require tl-atype.
authortmorioka <tmorioka>
Mon, 24 Feb 1997 10:00:22 +0000 (10:00 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 10:00:22 +0000 (10:00 +0000)
mime-view.el

index 8446200..ee04a45 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.16 $
+;; Version: $Revision: 0.17 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -29,7 +29,6 @@
 ;;; Code:
 
 (require 'cl)
-(require 'tl-atype)
 (require 'std11)
 (require 'mel)
 (require 'eword-decode)
@@ -41,7 +40,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.16 1997-02-24 09:58:14 tmorioka Exp $")
+  "$Id: mime-view.el,v 0.17 1997-02-24 10:00:22 tmorioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))