From f996624fccdf03feb2a914f193659e99095f858d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 24 Apr 2002 19:42:45 +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 04111c5..5fa1697 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -200,7 +200,7 @@ VALUE should either be nil, to indicate that the POSITION is normal, or one of the symbols: `check', `checkmate', `stalemate'." (assert position) (assert (or (eq value nil) (symbolp value))) - (aset position 69 values)) + (aset position 69 value)) (defsubst chess-pos-side-to-move (position) "Return the color whose move it is in POSITION." -- cgit v1.2.3