require alist.
authortmorioka <tmorioka>
Fri, 28 Feb 1997 02:22:03 +0000 (02:22 +0000)
committertmorioka <tmorioka>
Fri, 28 Feb 1997 02:22:03 +0000 (02:22 +0000)
mime-edit.el
mime-image.el
mime-play.el

index e6cbe9a..1e06b02 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/08/21 renamed from mime.el
 ;;     Renamed: 1997/2/21 from tm-edit.el
-;; Version: $Revision: 0.48 $
+;; Version: $Revision: 0.49 $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 (require 'mime-view)
 (require 'eword-encode)
 (require 'signature)
+(require 'alist)
 
 
 ;;; @ version
 ;;;
 
 (defconst mime-edit-RCS-ID
-  "$Id: mime-edit.el,v 0.48 1997-02-25 06:30:58 tmorioka Exp $")
+  "$Id: mime-edit.el,v 0.49 1997-02-28 02:20:47 tmorioka Exp $")
 
 (defconst mime-edit-version (get-version-string mime-edit-RCS-ID))
 
index dfcfdf9..8b7e863 100644 (file)
@@ -8,7 +8,8 @@
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/12/15
 ;;     Renamed: 1997/2/21 from tm-image.el
-;; Version: $Id: mime-image.el,v 0.1 1997-02-21 06:43:51 tmorioka Exp $
+;; Version:
+;;     $Id: mime-image.el,v 0.2 1997-02-28 02:22:03 tmorioka Exp $
 
 ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news
 
@@ -36,6 +37,7 @@
 ;;; Code:
 
 (require 'mime-view)
+(require 'alist)
 
 (cond (running-xemacs
        (require 'images)
index 07b3619..6e1b9a8 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/9/26 (separated from tm-view.el)
 ;;     Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.6 1997-02-28 02:17:40 tmorioka Exp $
+;; Version: $Id: mime-play.el,v 0.7 1997-02-28 02:19:54 tmorioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -28,6 +28,7 @@
 ;;; Code:
 
 (require 'mime-view)
+(require 'alist)
 
   
 ;;; @ content decoder