summaryrefslogtreecommitdiff
path: root/chess.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess.el')
-rw-r--r--chess.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess.el b/chess.el
index 99a4c76..631a510 100644
--- a/chess.el
+++ b/chess.el
@@ -209,7 +209,7 @@ available."
(defun chess-create-display-object (perspective)
(car (chess-create-modules (list chess-default-display)
'chess--create-display
- (chess-game-create) perspective)))
+ (chess-game-create) perspective nil)))
;;;###autoload
(defun chess-read-pgn (&optional file)