From ad80cdf9b05c79febe5b1e27362d0612bce1de0b Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 2 Apr 2014 01:37:37 +0200 Subject: Eliminate a few compiler warnings due to missing require or cl runtime use. --- chess-game.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-game.el') diff --git a/chess-game.el b/chess-game.el index 910a244..2b0d811 100644 --- a/chess-game.el +++ b/chess-game.el @@ -8,6 +8,8 @@ ;; A chess game is represented by a set of tags that describe the ;; game, and a list of plies representing the main variation. +(eval-when-compile + (require 'cl)) (require 'chess-ply) (require 'chess-pgn) -- cgit v1.2.3