From 076b94a3166c05ff20027e6bfcbc36037bf5bb3d Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 7 Mar 1997 16:27:04 +0000 Subject: [PATCH] Require filename. --- mime-play.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index f82fbe1..0c1c4c3 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.11 1997-03-04 13:09:40 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.12 1997-03-07 16:27:04 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -29,6 +29,7 @@ (require 'mime-view) (require 'alist) +(require 'filename) ;;; @ content decoder -- 1.7.10.4