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:
parent
4fc5670a72
commit
44d2d23ffe
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue