From d123dde58b908d0f06a8b07fc99d48fbea1512b2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 03:25:50 +0000 Subject: *** no comment *** --- chess-engine.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index 470e1a2..2eb887a 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -342,10 +342,8 @@ (defun chess-engine-set-game (engine game &optional no-setup) (chess-with-current-buffer engine - (chess-game-set-tags chess-engine-game (chess-game-tags game)) - ;; this call triggers `setup-game' for us (let ((chess-game-inhibit-events no-setup)) - (chess-game-set-plies chess-engine-game (chess-game-plies game))))) + (chess-game-copy-game chess-engine-game game)))) (defun chess-engine-set-game* (engine game &optional no-setup) (chess-with-current-buffer engine -- cgit v1.2.3