diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-24 19:42:45 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-24 19:42:45 +0000 |
| commit | f996624fccdf03feb2a914f193659e99095f858d (patch) | |
| tree | d694d0751d7ebb2c8dfd5146b095272410083ed6 | |
| parent | cba1f276a6c2b7b7d70db74ca5b8af4d341864d7 (diff) | |
*** no comment ***
| -rw-r--r-- | PLAN | 3 | ||||
| -rw-r--r-- | chess-pos.el | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ polish: chess-chat, chess-kibitz translate: chess-german +chess-display +- chess-display-match is not a valid command + chess-pos - Allow NAG codes to be associated with a position 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." |
