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-ply.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-ply.el') diff --git a/chess-ply.el b/chess-ply.el index a4463a5..ad9423c 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -43,6 +43,9 @@ ;;; Code: +(eval-when-compile + (require 'cl)) + (require 'chess-pos) (require 'chess-algebraic) -- cgit v1.2.3