summaryrefslogtreecommitdiff
path: root/chess-tutorial.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-22 19:28:46 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-22 19:28:46 +0000
commit7987c62e7eb9a13cb9098dbd56b950bfa8714c0c (patch)
treeab7472ba88b370074ac744058baca488d6fed120 /chess-tutorial.el
parent62c13bcfa1933274be856ac5840a933bbaca5f27 (diff)
bug fixes
Diffstat (limited to 'chess-tutorial.el')
-rw-r--r--chess-tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-tutorial.el b/chess-tutorial.el
index 58f7343..a83eed8 100644
--- a/chess-tutorial.el
+++ b/chess-tutorial.el
@@ -24,7 +24,7 @@
(defun chess-tutorial ()
(interactive)
(let* (chess-default-modules
- (display (chess-create-display)))
+ (display (chess-create-display t)))
(with-current-buffer display
(chess-game-set-start-position
(chess-display-game nil)