diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-08 03:51:55 +0000 | 
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-08 03:51:55 +0000 | 
| commit | f3fb03223eb03e1a362dbae4c1b48f8e07a48c0e (patch) | |
| tree | a317019f1386ce1463db4eadb8d9de02c6d66854 /chess-crafty.el | |
| parent | b60fd83dd950c2c5ef04f23f25bf0d25ac9c11db (diff) | |
Bug fixes.
Diffstat (limited to 'chess-crafty.el')
| -rw-r--r-- | chess-crafty.el | 3 | 
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) | 
