From 19df9ca3e495e758924e59a48f2039cdc7da6c44 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 12:19:02 +0000 Subject: *** no comment *** --- chess-network.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chess-network.el b/chess-network.el index d321135..244349d 100644 --- a/chess-network.el +++ b/chess-network.el @@ -37,8 +37,8 @@ (message "Your opponent has quit playing")))))) (defun chess-network-perform-move () - (let ((move (match-string 1)) - (ply (chess-algebraic-to-ply (chess-engine-position nil) move))) + (let* ((move (match-string 1)) + (ply (chess-algebraic-to-ply (chess-engine-position nil) move))) (unless ply (error "Could not convert engine move: %s" move)) (let ((chess-network-now-moving t)) -- cgit v1.2.3