From 981f18592bb73c839bafc5872feac6d93de9c6b0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 May 2002 00:09:25 +0000 Subject: use chess-engine-convert-algebraic --- chess-ics.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index ad5a18f..2ce4d61 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -254,8 +254,7 @@ who is black." (eq (chess-pos-side-to-move (nth 0 info)) (chess-game-data game 'my-color))) (let ((ign (setq error 'converting-ply)) - (ply (chess-algebraic-to-ply (chess-game-pos game) - (nth 1 info) t))) + (ply (chess-engine-convert-algebraic (nth 1 info) t))) (chess-game-set-data game 'white-remaining (nth 4 info)) (chess-game-set-data game 'black-remaining (nth 5 info)) (setq error 'applying-move) -- cgit v1.2.3