diff options
| author | Mario Lang <mlang@delysid.org> | 2014-03-03 01:04:02 +0100 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-03-03 01:04:02 +0100 |
| commit | 6383bff886da38052b04c0168b431673b930a8a6 (patch) | |
| tree | 68357df0d30e0ca48d2d7d3bd0de97db534ec25a /chess-crafty.el | |
| parent | 63a0eac02cf782a5cf4cd402984d47ff9414c106 (diff) | |
Fix (some) Emacs24 compatibility issues.
Diffstat (limited to 'chess-crafty.el')
| -rw-r--r-- | chess-crafty.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
