summaryrefslogtreecommitdiff
path: root/chess-crafty.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-crafty.el')
-rw-r--r--chess-crafty.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-crafty.el b/chess-crafty.el
index a866cb4..1f892ee 100644
--- a/chess-crafty.el
+++ b/chess-crafty.el
@@ -52,7 +52,7 @@
(let ((proc (chess-common-handler game 'initialize "crafty")))
(when (and proc (processp proc)
(eq (process-status proc) 'run))
- (process-send-string proc (concat "display nogeneral\n"
+ (process-send-string proc (concat ;"display nogeneral\n"
"display nochanges\n"
"display noextstats\n"
"display nohashstats\n"