]> git.eshelyaron.com Git - emacs.git/commit
Fix executing commands in Eshell using "env" with no local variables
authorJim Porter <jporterbugs@gmail.com>
Wed, 25 Sep 2024 18:59:32 +0000 (11:59 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:44:22 +0000 (08:44 +0200)
commit86703b8308bc2cd9336c03c71649d2b79ef3354f
treed0d55e4063f309c4ac574c981243b2d0970e6b1a
parentc3cb40d884ade13fa0f0e679a9b8746dba6e3182
Fix executing commands in Eshell using "env" with no local variables

* lisp/eshell/esh-var.el (eshell/env): Throw 'eshell-replace-command' as
needed.

* test/lisp/eshell/esh-var-tests.el
(esh-var-test/local-variables/env/no-locals): New test (bug#73479).

(cherry picked from commit 11e3e0cadd46ee49007477af1335ddd5365debe2)
lisp/eshell/esh-var.el
test/lisp/eshell/esh-var-tests.el