From e66b028def9af45cc545c973255df42c9b90cde1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 07:58:22 +0000 Subject: optimizations and bug fixes --- chess-gnuchess.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-gnuchess.el') diff --git a/chess-gnuchess.el b/chess-gnuchess.el index ee5912b..8f08b3a 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -25,11 +25,11 @@ (function (lambda () (funcall chess-engine-response-handler 'move - (chess-engine-convert-algebraic (match-string 1)))))) + (chess-engine-convert-algebraic (match-string 1) t))))) (cons "Illegal move:" (function (lambda () - (signal 'chess-illegal "Illegal move")))) + (error "Illegal move")))) (cons "Board is wrong!" (function (lambda () -- cgit v1.2.3