From 92b3f63b40b48f2f6338e6e61eb0903d52e35e46 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 07:43:30 +0000 Subject: *** no comment *** --- chess.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index 4f9e666..24e70f1 100644 --- a/chess.el +++ b/chess.el @@ -107,8 +107,8 @@ a0 243 (chess-display-create chess-default-display t) game) (let ((engine-module (if arg - (intern (or (read-string "Engine module to play against: ") - "chess-none")) + (intern-soft (or (read-string "Engine module to play against: ") + "chess-none")) chess-default-engine))) (when engine-module (require engine-module) -- cgit v1.2.3