summaryrefslogtreecommitdiff
path: root/chess-input.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-input.el')
-rw-r--r--chess-input.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-input.el b/chess-input.el
index 9a3a28a..d72281f 100644
--- a/chess-input.el
+++ b/chess-input.el
@@ -68,7 +68,7 @@
(let* ((position (chess-display-position nil))
(color (chess-pos-side-to-move position))
char)
- (chess-display-assert-can-move position)
+ (chess-assert-can-move position)
(unless (memq last-command '(chess-keyboard-shortcut
chess-keyboard-shortcut-delete))
(setq chess-move-string nil))