From: tmorioka Date: Fri, 28 Feb 1997 06:46:48 +0000 (+0000) Subject: Require cl. X-Git-Tag: Hokutetsu-Ishikawa-new~217 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87db7e6f5e35a4eda35e0c4ab5d06b3b42ee094d;p=elisp%2Fsemi.git Require cl. --- diff --git a/mime-def.el b/mime-def.el index f8d85c3..28f7ef1 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.34 1997-02-28 05:29:00 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.35 1997-02-28 06:46:48 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -25,6 +25,9 @@ ;;; Code: +(require 'cl) + + ;;; @ variables ;;;