From 4a73c7fbb3e232545ab43ab5b3163f658e794155 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Thu, 5 Sep 2013 16:53:14 +0200 Subject: Load `cl' at compile time for `assert'. --- chess-fen.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-fen.el') diff --git a/chess-fen.el b/chess-fen.el index 8117afb..00eacd6 100644 --- a/chess-fen.el +++ b/chess-fen.el @@ -37,6 +37,8 @@ ;; relate to the game, not the position. ;; +(eval-when-compile (require 'cl)) + (defconst chess-fen-regexp "^\\([bnrqkpBNRQKP1-8]*/?\\)+ [bw] \\(-\\|[KQkq]+\\) \\(-\\|[1-8]\\)") -- cgit v1.2.3