From 6254b23a38788e989e835b77071409dfdf2ec1a1 Mon Sep 17 00:00:00 2001
From: Jim Porter <jporterbugs@gmail.com>
Date: Tue, 17 Oct 2023 11:59:13 -0700
Subject: [PATCH] ; * 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
-- 
2.39.5