]> git.eshelyaron.com Git - emacs.git/commit
Add support for running commands via Eshell's "env" command
authorJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 04:58:34 +0000 (20:58 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 26 Jan 2024 11:24:14 +0000 (12:24 +0100)
commitf866db2e83d85ba6f7bcfca4f0910c7671b45b7d
tree874885dabddc9214b5f9fca9cfc394e205ace812
parent30726be2d984b7c955b1b30dddf5cc48ea826994
Add support for running commands via Eshell's "env" command

* (eshell-handle-local-variables): Move most of the code to...
(eshell-parse-local-variables): ... here.
(eshell/env): Call 'eshell-parse-local-variables'.

* test/lisp/eshell/esh-var-tests.el
(esh-var-test/local-variables/env): New test.

* doc/misc/eshell.texi (Built-ins): Describe the new behavior.

* etc/NEWS: Announce this change.

(cherry picked from commit 723b0973512c0e6e9fb0f07678124347ccd44b54)
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/esh-var.el
test/lisp/eshell/esh-var-tests.el