From da4dceb58f252519caae28e3b2e049a5bd74c098 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 00:28:40 +0000 Subject: *** no comment *** --- chess-phalanx.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chess-phalanx.el') diff --git a/chess-phalanx.el b/chess-phalanx.el index 417fa41..7b902a4 100644 --- a/chess-phalanx.el +++ b/chess-phalanx.el @@ -19,12 +19,11 @@ (defvar chess-phalanx-regexp-alist (list - (cons (concat "my move is \\(P?\\(" - chess-algebraic-regexp "\\)\\)\\s-*$") + (cons (concat "my move is P?\\(" chess-algebraic-regexp "\\)\\s-*$") (function (lambda () (funcall chess-engine-response-handler 'move - (chess-engine-convert-algebraic (match-string 2)))))) + (chess-engine-convert-algebraic (match-string 1)))))) (cons "Illegal move:\\s-*\\(.*\\)" (function (lambda () -- cgit v1.2.3