From 9e6f084ced60354268ea3eb0fd125b295f3b827a Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 25 Sep 1997 13:08:33 +0000 Subject: [PATCH] Don't require cl. --- mime-def.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-def.el b/mime-def.el index 7edef3e..3e71f9a 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.63 1997-09-09 05:57:03 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.64 1997-09-25 13:08:33 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -25,7 +25,6 @@ ;;; Code: -(require 'cl) (require 'emu) (defconst semi-version-name "Hinomiko") -- 1.7.10.4