]> git.eshelyaron.com Git - emacs.git/commit
Collapse 'if' forms in Eshell iterative evaluation
authorJim Porter <jporterbugs@gmail.com>
Fri, 15 Sep 2023 00:51:36 +0000 (17:51 -0700)
committerJim Porter <jporterbugs@gmail.com>
Fri, 15 Sep 2023 00:54:41 +0000 (17:54 -0700)
commitcadd332662599725f9a773377034a53cf68d78fd
tree6d07d252043484814f615e700aff2b841258c088
parent7e50861ca7ed3f620fe62ac6572f6e88b3600ece
Collapse 'if' forms in Eshell iterative evaluation

* lisp/eshell/esh-cmd.el (eshell-do-eval): After evaluating 'if'
conditional, replace the form with the THEN or ELSE body.
lisp/eshell/esh-cmd.el