From 6383bff886da38052b04c0168b431673b930a8a6 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 3 Mar 2014 01:04:02 +0100 Subject: Fix (some) Emacs24 compatibility issues. --- chess-crafty.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-crafty.el') diff --git a/chess-crafty.el b/chess-crafty.el index 644e343..6f4c8d6 100644 --- a/chess-crafty.el +++ b/chess-crafty.el @@ -121,7 +121,7 @@ (let ((limit 50)) (while (and (null chess-crafty-evaluation) (> (setq limit (1- limit)) 0)) - (sit-for 0 100 t)) + (sit-for 0.1 t)) chess-crafty-evaluation)) ((eq event 'analyze) -- cgit v1.2.3