From 6f87d139a4e19a318de49905bbb1176ee1de33a8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 24 Apr 2002 19:28:46 +0000 Subject: *** no comment *** --- chess-pos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-pos.el') diff --git a/chess-pos.el b/chess-pos.el index 7e4e2bd..04111c5 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -289,7 +289,7 @@ If BLANK is non-nil, all of the squares will be empty. The current side-to-move is always white." (if blank (vconcat (make-vector 64 ? ) - [nil nil nil nil nil nil t nil nil nil]) + [nil nil nil nil nil nil t nil nil nil nil]) (chess-pos-copy chess-starting-position))) (defsubst chess-rf-to-index (rank file) -- cgit v1.2.3