From b5ad949f84688529e60ca25584ee77e64974b070 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 07:45:05 +0000 Subject: *** no comment *** --- chess-engine.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index bbca8e2..83416514 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -7,6 +7,8 @@ ;;; Commentary: (require 'chess-game) +(require 'chess-algebraic) +(require 'chess-fen) (defgroup chess-engine nil "Code for reading movements and other commands from an engine." @@ -77,7 +79,7 @@ ((eq event 'resign) (if chess-engine-game - (chess-engine-resign chess-engine-game))) + (chess-game-resign chess-engine-game))) ((eq event 'setup) (chess-game-set-start-position (chess-engine-game nil) -- cgit v1.2.3