From: tmorioka Date: Fri, 28 Feb 1997 04:20:28 +0000 (+0000) Subject: require cl. X-Git-Tag: Hokutetsu-Ishikawa-new~231 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=51236de2dae02cf9b88875c49f55bbf2fb89f667;p=elisp%2Fsemi.git require cl. --- diff --git a/SEMI-CFG b/SEMI-CFG index 5904e39..1809e18 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: SEMI-CFG,v 0.2 1997-02-28 04:16:39 tmorioka Exp $ +;;; $Id: SEMI-CFG,v 0.3 1997-02-28 04:20:28 tmorioka Exp $ ;;; (defvar default-load-path load-path) @@ -16,6 +16,7 @@ load-path)) (require 'install) +(require 'cl) ;;; @ Please specify optional package directory if you use them.