summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess.el4
1 files changed, 2 insertions, 2 deletions
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)