From 0ea5de2806cede48cd1dcbb509f84853407bfc91 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Apr 2002 00:54:07 +0000 Subject: Paint moves before they are applied. Otherwise, there could be a slowdown in transmitting the move to the other listening modules. --- chess-display.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 5c80f62..0c4c262 100644 --- a/chess-display.el +++ b/chess-display.el @@ -265,9 +265,9 @@ If only START is given, it must be in algebraic move notation." ;; game, or alter the game, just as SCID allows (if (= chess-display-index (chess-game-index chess-module-game)) (let ((chess-display-handling-event t)) + (chess-display-paint-move nil ply) (chess-game-move chess-module-game ply)) - (error "What to do here?? NYI")) - (chess-display-paint-move nil ply))) + (error "What to do here?? NYI")))) (defun chess-display-highlight (display &rest args) "Highlight the square at INDEX on the current position. -- cgit v1.2.3