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-display.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 69a7e47..fedeb94 100644 --- a/chess-display.el +++ b/chess-display.el @@ -202,9 +202,7 @@ This is the function to call to cause a display to view a game. It will also update all of the listening engines and other displays to also view the same game." (chess-with-current-buffer display - (chess-game-set-tags chess-display-game (chess-game-tags game)) - ;; this call triggers `setup-game' for us - (chess-game-set-plies chess-display-game (chess-game-plies game)) + (chess-game-copy-game chess-display-set-game game) (chess-display-set-index nil (or index (chess-game-index game))))) (defun chess-display-detach-game (display) -- cgit v1.2.3