From 44d2d23ffe60c1d2dd9df8885537c65776d3744f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 28 Oct 2022 22:20:56 +0200 Subject: [PATCH] Use new sit-for calling convention in zone.el * lisp/play/zone.el (zone-exploding-remove): Don't use obsolete calling convention for 'sit-for'. --- lisp/play/zone.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/play/zone.el b/lisp/play/zone.el index e3a9507f1cc..1e8e0cbab55 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -312,7 +312,7 @@ run a specific program. The program must be a member of (insert " "))) (forward-char 1))) (setq i (1+ i)) - (sit-for 0 2))) + (sit-for 0.002))) (zone-pgm-jitter)) (defun zone-pgm-explode () -- 2.39.5