Skip to content

Commit

Permalink
chess-ai.el: Oops, cl-delete-if only at runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlang committed Apr 15, 2014
1 parent 536ff04 commit 76fac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess-ai.el
Expand Up @@ -36,7 +36,7 @@
(require 'chess-common)
(require 'chess-pos)
(require 'chess-ply)
(eval-when-compile (require 'cl-lib))
(require 'cl-lib)

(defgroup chess-ai ()
"A simple chess engine written in Emacs Lisp.
Expand Down

0 comments on commit 76fac39

Please sign in to comment.