From b5ad949f84688529e60ca25584ee77e64974b070 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 07:45:05 +0000 Subject: *** no comment *** --- chess-ply.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-ply.el') diff --git a/chess-ply.el b/chess-ply.el index a921238..aa2c85c 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -70,10 +70,10 @@ found)) (defsubst chess-ply-source (ply) - (car (chess-ply-changes))) + (car (chess-ply-changes ply))) (defsubst chess-ply-target (ply) - (cadr (chess-ply-changes))) + (cadr (chess-ply-changes ply))) (defsubst chess-ply-next-pos (ply) (apply 'chess-pos-move (chess-pos-copy (chess-ply-pos ply)) -- cgit v1.2.3