From 563cf2037068f67f6786172b029363aaa7d52776 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Apr 2002 18:30:19 +0000 Subject: Many efficiency improvements and bug fixes. --- chess-phalanx.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-phalanx.el') diff --git a/chess-phalanx.el b/chess-phalanx.el index 08d851f..37a7331 100644 --- a/chess-phalanx.el +++ b/chess-phalanx.el @@ -35,6 +35,7 @@ (when (and (processp proc) (eq (process-status proc) 'run)) (process-send-string proc "nopost\n") + (setq chess-engine-opponent-name "Phalanx") t))) (t -- cgit v1.2.3