From 23808aea3686317c1673d32b10783329cf0bc310 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 23:51:30 +0000 Subject: *** no comment *** --- chess.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index ed80fea..2c17206 100644 --- a/chess.el +++ b/chess.el @@ -117,8 +117,9 @@ minibuffer, which works well for Emacspeak users." (require chess-default-display) - (chess-display-set-game - (chess-display-create chess-default-display my-color) game) + (let ((display (chess-display-create chess-default-display my-color))) + (chess-display-set-game display game) + (chess-display-set-main display)) (chess-display-set-main display) (let ((engine-module (if arg -- cgit v1.2.3