From c171394743d2a10cfe872ce076c5a8f7269d7b2b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Apr 2002 08:34:35 +0000 Subject: More general bug fixing, efficiency improvements, etc. --- chess-pgn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-pgn.el') diff --git a/chess-pgn.el b/chess-pgn.el index 5460caf..41abf86 100644 --- a/chess-pgn.el +++ b/chess-pgn.el @@ -26,7 +26,7 @@ (goto-char (match-end 0)) (setq prevpos position) (let* ((move (match-string 0)) - (ply (chess-algebraic-to-ply position (match-string 0)))) + (ply (chess-algebraic-to-ply position move))) (unless ply (chess-error 'pgn-read-error move)) (setq position (chess-ply-next-pos ply)) -- cgit v1.2.3