diff options
Diffstat (limited to 'chess-tutorial.el')
| -rw-r--r-- | chess-tutorial.el | 2 |
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) |
