]> git.eshelyaron.com Git - emacs.git/commit
Fix documented Eshell behavior of ignoring leading nils in commands
authorJim Porter <jporterbugs@gmail.com>
Fri, 15 Sep 2023 20:40:37 +0000 (13:40 -0700)
committerJim Porter <jporterbugs@gmail.com>
Fri, 15 Sep 2023 20:43:07 +0000 (13:43 -0700)
commitbc25d76650ab6b534b4016c607c36f8b67267dc0
tree54528611b98c0de145944b07904d5507c08992d8
parente7e925f062f8d50375daa40ad7981c6d44cd7f05
Fix documented Eshell behavior of ignoring leading nils in commands

* lisp/eshell/esh-var.el (eshell-handle-local-variables): Simplify,
and move leading-nil handling to...
* lisp/eshell/esh-cmd.el (eshell-named-command): ... here.

* test/lisp/eshell/esh-cmd-tests.el (esh-cmd-test/skip-leading-nils):
* test/lisp/eshell/esh-var-tests.el
(esh-var-test/local-variables/skip-nil): New tests.

* doc/misc/eshell.texi (Expansion): Document this behavior.
doc/misc/eshell.texi
lisp/eshell/esh-cmd.el
lisp/eshell/esh-var.el
test/lisp/eshell/esh-cmd-tests.el
test/lisp/eshell/esh-var-tests.el