summaryrefslogtreecommitdiff
path: root/chess-ply.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-09 07:45:05 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-09 07:45:05 +0000
commitb5ad949f84688529e60ca25584ee77e64974b070 (patch)
tree3de564f683f3401d1c73e13cae40357753b5cb40 /chess-ply.el
parent7b39c4fddcc382ed201b51970dc517b931289565 (diff)
*** no comment ***
Diffstat (limited to 'chess-ply.el')
-rw-r--r--chess-ply.el4
1 files changed, 2 insertions, 2 deletions
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))