From: shuhei-k Date: Fri, 19 Jun 1998 16:27:32 +0000 (+0000) Subject: Require 'cl first. X-Git-Tag: semi-1_7_1~39 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=f233da5ac7856edbeb5cc2cb24e269aadec5402e Require 'cl first. --- 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")