From 51236de2dae02cf9b88875c49f55bbf2fb89f667 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 28 Feb 1997 04:20:28 +0000 Subject: [PATCH] require cl. --- SEMI-CFG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 1.7.10.4