diff options
Diffstat (limited to 'chess-pos.el')
| -rw-r--r-- | chess-pos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-pos.el b/chess-pos.el index 039bf31..5eef9c1 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -167,7 +167,7 @@ The current side-to-move is always white." (cond ((listp elem) (copy-alist elem)) ((vectorp elem) (vconcat elem)) - (t elem)))) + (t elem)))) copy)) (defun chess-pos-create (&optional blank) |
