]> git.eshelyaron.com Git - emacs.git/commit
Simplify command parsing in Eshell
authorJim Porter <jporterbugs@gmail.com>
Tue, 8 Aug 2023 05:15:18 +0000 (22:15 -0700)
committerJim Porter <jporterbugs@gmail.com>
Thu, 10 Aug 2023 17:55:49 +0000 (10:55 -0700)
commit3659fc3ed8aa3b500fdb98fe22e8e86f6d34d754
tree882184955a94499e69ea7223d74bcaf9634592b8
parent65f71ca9aaa1587284293e2e34a0e28ee6b42380
Simplify command parsing in Eshell

* lisp/eshell/esh-cmd.el (eshell-parse-command): Do all modifications
to each command in a single pass.
(eshell-parse-pipeline): Remove unncessary reversing of parsed
results.
lisp/eshell/esh-cmd.el