From f233da5ac7856edbeb5cc2cb24e269aadec5402e Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Fri, 19 Jun 1998 16:27:32 +0000 Subject: [PATCH] Require 'cl first. --- SEMI-CFG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SEMI-CFG b/SEMI-CFG index ef1e605..ddf47c7 100644 --- a/SEMI-CFG +++ b/SEMI-CFG @@ -4,6 +4,8 @@ ;;; Code: +(require 'cl) + (defvar default-load-path load-path) (add-to-list 'load-path @@ -20,7 +22,6 @@ (condition-case nil (require 'install) (error (error "Please install APEL 8.7 or later."))) -(require 'cl) (add-path "bitmap-mule") (add-path "flim") -- 1.7.10.4