diff options
Diffstat (limited to 'chess.el')
| -rw-r--r-- | chess.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
