From 4197d08b7f37f9c1155559897d750ad1f53af241 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 May 2002 01:14:49 +0000 Subject: *** no comment *** --- chess-pos.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-pos.el') diff --git a/chess-pos.el b/chess-pos.el index bfb0353..1f35b45 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -304,7 +304,8 @@ lowercase to query if black can castle)." (let* ((color (< side ?a)) (long (= ?Q (upcase side))) (file (if long 0 7)) - (king-file (chess-pos-king-index position color)) + (king-file (chess-index-file + (chess-pos-king-index position color))) rook) (while (funcall (if long '< '>) file king-file) (let ((index (chess-rf-to-index (if color 7 0) file))) -- cgit v1.2.3