emacs-diffs
[Top][All Lists]
Advanced

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

master 0f9c3284c60: ; 'eshell-kill-process-wait-time' can be a floating-


From: Jim Porter
Subject: master 0f9c3284c60: ; 'eshell-kill-process-wait-time' can be a floating-point number
Date: Mon, 16 Oct 2023 16:35:36 -0400 (EDT)

branch: master
commit 0f9c3284c6008e2404aa0520837278ed08df910b
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; 'eshell-kill-process-wait-time' can be a floating-point number
    
    * lisp/eshell/esh-proc.el (eshell-kill-process-wait-time): Update type.
---
 lisp/eshell/esh-proc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index a91e0a16825..639f4888eb0 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -586,7 +586,7 @@ If QUERY is non-nil, query the user with QUERY before 
calling FUNC."
 
 (defcustom eshell-kill-process-wait-time 5
   "Seconds to wait between sending termination signals to a subprocess."
-  :type 'integer)
+  :type 'number)
 
 (defcustom eshell-kill-process-signals '(SIGINT SIGQUIT SIGKILL)
   "Signals used to kill processes when an Eshell buffer exits.



reply via email to

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