From 0f9c3284c6008e2404aa0520837278ed08df910b Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Mon, 16 Oct 2023 13:34:22 -0700 Subject: [PATCH] ; '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. -- 2.39.5