summaryrefslogtreecommitdiff
path: root/chess-link.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-10 23:16:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-10 23:16:18 +0000
commit5fbbfaf36f1dc7da3c7539568fe473bbf079c513 (patch)
tree7c98cb4735fd68f85156a2f796c10b078231348d /chess-link.el
parente9f978733b11a619e0bf865653865ffaa07076b5 (diff)
*** no comment ***
Diffstat (limited to 'chess-link.el')
-rw-r--r--chess-link.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-link.el b/chess-link.el
index 13a9911..47e58e8 100644
--- a/chess-link.el
+++ b/chess-link.el
@@ -50,6 +50,8 @@ engine, and the computer the second engine."
(game (chess-game-create)))
(chess-game-set-data game 'my-color my-color)
(chess-display-set-game display game)
+ (chess-display-set-main display)
+ (chess-display-disable-popup display)
(condition-case err
(when (and (require first-engine-type)
(require second-engine-type))