scratch/eshell-lisp-pipe 3e47b6b41f7: fixup! Allow sending interactive input to Eshell workers

Jim Porter <[email protected]> Fri, 31 Jul 2026 14:03:15 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: scratch/eshell-lisp-pipe
commit 3e47b6b41f7754ebb15c2360e4ee8c7b75eff333
Author: Jim Porter <[email protected]>
Commit: Jim Porter <[email protected]>

    fixup! Allow sending interactive input to Eshell workers
---
 lisp/eshell/esh-worker.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/eshell/esh-worker.el b/lisp/eshell/esh-worker.el
index 6f86ad02825..ac036fd7355 100644
--- a/lisp/eshell/esh-worker.el
+++ b/lisp/eshell/esh-worker.el
@@ -57,6 +57,7 @@
 
 (require 'esh-io)
 
+(defvar eshell-complex-commands)
 (declare-function eshell-set-exit-info "esh-cmd" (status &optional result))
 
 (defgroup eshell-worker nil