summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-15 03:25:50 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-15 03:25:50 +0000
commitd123dde58b908d0f06a8b07fc99d48fbea1512b2 (patch)
treea27bb8aeeeaf4da91e68a6d636b94c4c52429778 /chess-display.el
parent7ec02c0ab499c2cebbbe3e8ccd5680501db90b9b (diff)
*** no comment ***
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el4
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)