From ade1d16b2d10f470a843d7704bec88b6ef28ca00 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 01:30:54 +0000 Subject: more fixes to draw support --- chess-crafty.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chess-crafty.el') diff --git a/chess-crafty.el b/chess-crafty.el index 880ee14..884e372 100644 --- a/chess-crafty.el +++ b/chess-crafty.el @@ -87,6 +87,9 @@ (and (chess-engine-game nil) (chess-engine-set-start-position nil))) + ((eq event 'draw) + (chess-engine-default-handler 'decline-draw)) + ((eq event 'undo) (when (chess-engine-game nil) (dotimes (i (car args)) -- cgit v1.2.3