From 6383bff886da38052b04c0168b431673b930a8a6 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 3 Mar 2014 01:04:02 +0100 Subject: Fix (some) Emacs24 compatibility issues. --- chess-eco.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-eco.el') diff --git a/chess-eco.el b/chess-eco.el index 2fa9c3e..dc25aeb 100644 --- a/chess-eco.el +++ b/chess-eco.el @@ -25,6 +25,8 @@ (eval-when-compile (require 'cl)) +(require 'chess-game) +(require 'chess-ply) (require 'chess-pos) (require 'chess-fen) -- cgit v1.2.3