From: tmorioka Date: Fri, 28 Feb 1997 02:22:03 +0000 (+0000) Subject: require alist. X-Git-Tag: Hokutetsu-Ishikawa-new~238 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a8666926ef9ca3d76c134a01c7240c7d5532a9ac;p=elisp%2Fsemi.git require alist. --- diff --git a/mime-edit.el b/mime-edit.el index e6cbe9a..1e06b02 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -7,7 +7,7 @@ ;; Maintainer: MORIOKA Tomohiko ;; 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). @@ -114,13 +114,14 @@ (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)) diff --git a/mime-image.el b/mime-image.el index dfcfdf9..8b7e863 100644 --- a/mime-image.el +++ b/mime-image.el @@ -8,7 +8,8 @@ ;; Maintainer: MORIOKA Tomohiko ;; 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) diff --git a/mime-play.el b/mime-play.el index 07b3619..6e1b9a8 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; 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