projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266ed1b
)
; 'eshell-kill-process-wait-time' can be a floating-point number
author
Jim Porter
<jporterbugs@gmail.com>
Mon, 16 Oct 2023 20:34:22 +0000
(13:34 -0700)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-proc.el
b/lisp/eshell/esh-proc.el
index a91e0a1682583015c3d4cc39fa371948b3be4312..639f4888eb0a7c460dbab005286845d2b21515cb 100644
(file)
--- 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 '
integ
er)
+ :type '
numb
er)
(defcustom eshell-kill-process-signals '(SIGINT SIGQUIT SIGKILL)
"Signals used to kill processes when an Eshell buffer exits.