From f4e9c77bc700222590ada4799c619152354244f2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 2 Apr 2002 08:30:46 +0000 Subject: Coded engines as a separate library. Still work to be done here. --- chess-algebraic.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-algebraic.el') diff --git a/chess-algebraic.el b/chess-algebraic.el index bee9731..c960d4a 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -98,6 +98,7 @@ This regexp handles both long and short form.") (list (if (equal mate "#") ':checkmate ':check)))) + (assert changes) (apply 'chess-ply-create position changes)))) (defun chess-ply-to-algebraic (ply &optional long search-func) -- cgit v1.2.3