diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-07 09:36:43 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-07 09:36:43 +0000 |
| commit | b9c4e8587ccc764634789ed4f7f808b1c324c681 (patch) | |
| tree | 03fa7f1447670e54c952afd56ff9de0995c59b28 /chess-standard.el | |
| parent | 7c78603fa93ab75c4af436eeb9aeebf4139abf61 (diff) | |
*** no comment ***
Diffstat (limited to 'chess-standard.el')
| -rw-r--r-- | chess-standard.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chess-standard.el b/chess-standard.el index 17b2f50..b4b0267 100644 --- a/chess-standard.el +++ b/chess-standard.el @@ -69,7 +69,6 @@ case of the PIECE determines color. The return value is a list of candidates, which means a list of indices which indicate where a piece may have moved from." - ;; jww (2002-04-07): This function is a bit slow (let* ((color (if (char-valid-p piece) (< piece ?a) piece)) |
