summaryrefslogtreecommitdiff
path: root/chess-algebraic.el
diff options
context:
space:
mode:
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)