From 9d1e1415d59adc63655c7c6759db2deb91e1a141 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 05:59:20 +0000 Subject: *** no comment *** --- chess-link.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-link.el') diff --git a/chess-link.el b/chess-link.el index dd57632..11cdd63 100644 --- a/chess-link.el +++ b/chess-link.el @@ -55,7 +55,7 @@ engine, and the computer the second engine." (game (chess-game-create)) (display (chess-create-display-object my-color))) (chess-game-set-data game 'my-color my-color) - (chess-display-set-main display) + (chess-module-set-leader display) (chess-display-disable-popup display) (condition-case err (when (and (require first-engine-type) @@ -78,7 +78,7 @@ engine, and the computer the second engine." (chess-display-update display) (chess-display-popup display)) (error - (chess-display-destroy display) + (chess-module-destroy display) (error (error-message-string err)))))) (provide 'chess-link) -- cgit v1.2.3