emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 44d2d23ffe 5/5: Use new sit-for calling convention in zone.el


From: Stefan Kangas
Subject: master 44d2d23ffe 5/5: Use new sit-for calling convention in zone.el
Date: Fri, 28 Oct 2022 16:29:35 -0400 (EDT)

branch: master
commit 44d2d23ffe60c1d2dd9df8885537c65776d3744f
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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 e3a9507f1c..1e8e0cbab5 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]