From 7c78603fa93ab75c4af436eeb9aeebf4139abf61 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 7 Apr 2002 09:35:52 +0000 Subject: *** no comment *** --- chess-standard.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chess-standard.el b/chess-standard.el index 2324ad2..17b2f50 100644 --- a/chess-standard.el +++ b/chess-standard.el @@ -69,13 +69,12 @@ 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)) (bias (if color -1 1)) p pos candidates) - ;; jww (2002-04-07): Don't return candidates that leave the king - ;; in check. (cond ;; if the piece is `t', it means to find the candidates resulting ;; from any piece movement. This is useful for testing whether a -- cgit v1.2.3