From 752977bd8a60bd362e2c46920096a4b3bd244640 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 1 Sep 2008 21:00:39 -0400 Subject: Only require 'cl when byte-compiling chess-ai. We don't yet use the CL compatability functions at runtime. --- chess-ai.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-ai.el') diff --git a/chess-ai.el b/chess-ai.el index 7f3fc5f..4dca2cf 100644 --- a/chess-ai.el +++ b/chess-ai.el @@ -25,7 +25,8 @@ (require 'chess-common) (require 'chess-pos) (require 'chess-ply) -(require 'cl) +(eval-when-compile + (require 'cl)) (defgroup chess-ai () "A simple chess engine written in elisp. -- cgit v1.2.3