From 7987c62e7eb9a13cb9098dbd56b950bfa8714c0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 22 Apr 2002 19:28:46 +0000 Subject: bug fixes --- chess-link.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-link.el') diff --git a/chess-link.el b/chess-link.el index 1e4350a..04fa439 100644 --- a/chess-link.el +++ b/chess-link.el @@ -50,7 +50,7 @@ engine, and the computer the second engine." (setq first-engine-type (intern (concat "chess-" first-engine-type)) second-engine-type (intern (concat "chess-" second-engine-type))) (let* ((my-color t) ; we start out as white always - (display (chess-create-display my-color t)) + (display (chess-create-display my-color)) (game (chess-display-game display))) (chess-game-set-data game 'my-color my-color) (chess-module-set-leader display) -- cgit v1.2.3