summaryrefslogtreecommitdiff
path: root/chess-engine.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-engine.el
parent7ec02c0ab499c2cebbbe3e8ccd5680501db90b9b (diff)
*** no comment ***
Diffstat (limited to 'chess-engine.el')
-rw-r--r--chess-engine.el4
1 files changed, 1 insertions, 3 deletions
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