diff options
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 4 |
1 files changed, 1 insertions, 3 deletions
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) |
