From db5b94f367aebaeb019b46b2e2feb9f366d5d964 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 23:07:06 +0000 Subject: *** no comment *** --- chess-none.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-none.el') diff --git a/chess-none.el b/chess-none.el index edd2a29..5494cf1 100644 --- a/chess-none.el +++ b/chess-none.el @@ -13,7 +13,8 @@ case this engine will do the job of accepting undos, handling resignations, etc." (cond ((memq event '(resign abort)) - (chess-engine-set-position nil)) + (chess-engine-set-position nil) + t) ((eq event 'undo) (chess-game-undo chess-engine-game (car args))))) -- cgit v1.2.3