summaryrefslogtreecommitdiff
path: root/chess-crafty.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-08 03:51:55 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-08 03:51:55 +0000
commitf3fb03223eb03e1a362dbae4c1b48f8e07a48c0e (patch)
treea317019f1386ce1463db4eadb8d9de02c6d66854 /chess-crafty.el
parentb60fd83dd950c2c5ef04f23f25bf0d25ac9c11db (diff)
Bug fixes.
Diffstat (limited to 'chess-crafty.el')
-rw-r--r--chess-crafty.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-crafty.el b/chess-crafty.el
index 0c0ffe0..245b350 100644
--- a/chess-crafty.el
+++ b/chess-crafty.el
@@ -67,7 +67,8 @@
((eq event 'move)
(unless chess-crafty-now-moving
- (chess-engine-send nil (concat (chess-ply-to-algebraic (car args)) "\n"))))))
+ (chess-engine-send nil (concat (chess-ply-to-algebraic (car args))
+ "\n"))))))
(provide 'chess-crafty)