emacs-diffs
[Top][All Lists]
Advanced

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

master 6254b23a387: ; * lisp/eshell/esh-proc.el (eshell-process-wait-tim


From: Jim Porter
Subject: master 6254b23a387: ; * lisp/eshell/esh-proc.el (eshell-process-wait-time): Add :version.
Date: Tue, 17 Oct 2023 15:00:28 -0400 (EDT)

branch: master
commit 6254b23a38788e989e835b77071409dfdf2ec1a1
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * lisp/eshell/esh-proc.el (eshell-process-wait-time): Add :version.
---
 lisp/eshell/esh-proc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index 639f4888eb0..3c946c22bdc 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -42,6 +42,7 @@ finish."
 
 (defcustom eshell-process-wait-time 0.05
   "The number of seconds to delay waiting for a synchronous process."
+  :version "30.1"
   :type 'number)
 
 (defcustom eshell-process-wait-seconds 0



reply via email to

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