summaryrefslogtreecommitdiff
path: root/chess-input.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-18 18:30:19 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-18 18:30:19 +0000
commit563cf2037068f67f6786172b029363aaa7d52776 (patch)
tree549c69928ccc019093fed062f6999462fbb431db /chess-input.el
parent2b0db13d4cdc3aaadd7dd458c1097c668577a072 (diff)
Many efficiency improvements and bug fixes.
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))