]> git.eshelyaron.com Git - emacs.git/commitdiff
; 'eshell-kill-process-wait-time' can be a floating-point number
authorJim Porter <jporterbugs@gmail.com>
Mon, 16 Oct 2023 20:34:22 +0000 (13:34 -0700)
committerJim Porter <jporterbugs@gmail.com>
Mon, 16 Oct 2023 20:34:22 +0000 (13:34 -0700)
* lisp/eshell/esh-proc.el (eshell-kill-process-wait-time): Update type.

lisp/eshell/esh-proc.el

index a91e0a1682583015c3d4cc39fa371948b3be4312..639f4888eb0a7c460dbab005286845d2b21515cb 100644 (file)
@@ -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.