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-input.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chess-input.el') diff --git a/chess-input.el b/chess-input.el index 200b272..2a9b63f 100644 --- a/chess-input.el +++ b/chess-input.el @@ -7,6 +7,10 @@ ;; only way to move your pieces around! ;; +(require 'chess-algebraic) +(require 'chess-ply) +(require 'chess-pos) + (defvar chess-input-move-string "") (defvar chess-input-moves-pos nil) (defvar chess-input-moves nil) -- cgit v1.2.3