diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-10 23:16:18 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-10 23:16:18 +0000 |
| commit | 5fbbfaf36f1dc7da3c7539568fe473bbf079c513 (patch) | |
| tree | 7c98cb4735fd68f85156a2f796c10b078231348d /chess-link.el | |
| parent | e9f978733b11a619e0bf865653865ffaa07076b5 (diff) | |
*** no comment ***
Diffstat (limited to 'chess-link.el')
| -rw-r--r-- | chess-link.el | 2 |
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)) |
