From f3fb03223eb03e1a362dbae4c1b48f8e07a48c0e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 03:51:55 +0000 Subject: Bug fixes. --- chess-crafty.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-crafty.el') 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) -- cgit v1.2.3