From 6b8ac5acf330b03e88d0b342c79abbb7d338e0c2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 04:26:02 +0000 Subject: Bug fixes and the beginnings of ICS client support --- chess.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index 7f42698..b0c9275 100644 --- a/chess.el +++ b/chess.el @@ -122,8 +122,9 @@ minibuffer, which works well for Emacspeak users." (when (and engine-module (require engine-module nil t)) (chess-engine-set-game (chess-engine-create engine-module) game) - (if chess-announce-moves - (chess-announce-for-game game t)))))) + (when chess-announce-moves + (require 'chess-announce) + (chess-announce-for-game game t)))))) (cons display engine))) ;;;###autoload -- cgit v1.2.3