emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/sly df62abae73: Close #610: Fix obsolete invocation of 'si


From: ELPA Syncer
Subject: [nongnu] elpa/sly df62abae73: Close #610: Fix obsolete invocation of 'sit-for'
Date: Sat, 24 Jun 2023 16:02:27 -0400 (EDT)

branch: elpa/sly
commit df62abae73bd511885c9c7ec0ea7ea1469a00923
Author: Philip <philipk@posteo.net>
Commit: GitHub <noreply@github.com>

    Close #610: Fix obsolete invocation of 'sit-for'
    
    * sly.el (sly-quit-connection-at-point): Invoke function with a
    floating-point argument.
---
 sly.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sly.el b/sly.el
index 5dcec4d38b..7515c82a75 100644
--- a/sly.el
+++ b/sly.el
@@ -6481,7 +6481,7 @@ was called originally."
       (when (time-less-p end (current-time))
         (sly-message "Quit timeout expired.  Disconnecting.")
         (delete-process connection))
-      (sit-for 0 100)))
+      (sit-for 0.1)))
   (sly-update-connection-list))
 
 (defun sly-restart-connection-at-point (connection)



reply via email to

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