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'.
This commit is contained in:
Stefan Kangas 2022-10-28 22:20:56 +02:00
parent 4fc5670a72
commit 44d2d23ffe

View file

@ -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 ()