summaryrefslogtreecommitdiff
path: root/chess-algebraic.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-02 08:30:46 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-02 08:30:46 +0000
commitf4e9c77bc700222590ada4799c619152354244f2 (patch)
tree1c7d748f0a69f4d80afed3872d44dc37518ef8f2 /chess-algebraic.el
parent682348e8a4a0267bc7a512e4f684f9a50fdff5b1 (diff)
Coded engines as a separate library. Still work to be done here.
Diffstat (limited to 'chess-algebraic.el')
-rw-r--r--chess-algebraic.el1
1 files changed, 1 insertions, 0 deletions
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)