]> git.eshelyaron.com Git - emacs.git/commit
Don't use 'eshell-eval-using-options' for 'eshell/source' or 'eshell/.'
authorJim Porter <jporterbugs@gmail.com>
Fri, 21 Jan 2022 03:51:39 +0000 (19:51 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Jan 2022 12:06:34 +0000 (13:06 +0100)
commit1228ec3e1d7657c9eb50184719410f37ed0eb750
tree216799e8af2a2fbed5f0c839e353ab73de300118
parent90de226e218883f2a62ce3e1ba9a79ef8e1be70c
Don't use 'eshell-eval-using-options' for 'eshell/source' or 'eshell/.'

This makes 'source' and '.' in Eshell more compatible with regular
shells, which just treat the first argument as the file to source and
all subsequent arguments as arguments to that file.

* lisp/eshell/em-script.el (eshell/source, eshell/.): Don't use
'eshell-eval-using-options'.

* etc/NEWS: Announce the change (bug#53293)
etc/NEWS
lisp/eshell/em-script.el