summaryrefslogtreecommitdiff
path: root/chess-gnuchess.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-gnuchess.el')
-rw-r--r--chess-gnuchess.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-gnuchess.el b/chess-gnuchess.el
index 9e54642..759dab9 100644
--- a/chess-gnuchess.el
+++ b/chess-gnuchess.el
@@ -45,6 +45,7 @@
(when (and (processp proc)
(eq (process-status proc) 'run))
(process-send-string proc "nopost\n")
+ (setq chess-engine-opponent-name "Crafty")
t)))
((eq event 'setup-pos)