From 7987c62e7eb9a13cb9098dbd56b950bfa8714c0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 22 Apr 2002 19:28:46 +0000 Subject: bug fixes --- chess-tutorial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-tutorial.el') 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) -- cgit v1.2.3