Require cl instead of tl-list.
authortmorioka <tmorioka>
Mon, 24 Feb 1997 09:08:46 +0000 (09:08 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 09:08:46 +0000 (09:08 +0000)
mime-view.el

index b343824..36bb799 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.13 $
+;; Version: $Revision: 0.14 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -28,7 +28,7 @@
 
 ;;; Code:
 
-(require 'tl-list)
+(require 'cl)
 (require 'tl-atype)
 (require 'tl-misc)
 (require 'std11)
@@ -42,7 +42,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.13 1997-02-24 09:07:52 tmorioka Exp $")
+  "$Id: mime-view.el,v 0.14 1997-02-24 09:08:46 tmorioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))