diff options
Diffstat (limited to 'chess-gnuchess.el')
| -rw-r--r-- | chess-gnuchess.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chess-gnuchess.el b/chess-gnuchess.el index 1f0e68b..e53c871 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -48,10 +48,7 @@ ((eq event 'move) (unless chess-gnuchess-now-moving - (chess-engine-send nil (concat (chess-ply-to-algebraic - (car args) nil - (chess-engine-search-function nil)) - "\n")))))) + (chess-engine-send nil (concat (chess-ply-to-algebraic (car args)) "\n")))))) (provide 'chess-gnuchess) |
