]> git.eshelyaron.com Git - emacs.git/commit
Check for special filenames in eshell (Bug#30724)
authorJonathan Kyle Mitchell <kyle@jonathanmitchell.org>
Tue, 17 Jul 2018 02:46:20 +0000 (21:46 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 22 Jul 2018 01:07:07 +0000 (21:07 -0400)
commit5de444112cf19c078d4a74752a50e890233ef033
treef11385229d305768fafbef137a60f6533981d15b
parent1b4b96597c7868d9c24389d83089097a521206a5
Check for special filenames in eshell (Bug#30724)

* lisp/eshell/esh-cmd.el (eshell-lisp-command): Check for "~"
in lisp commands with the eshell-filename-arguments property
(Bug#30724).

* lisp/eshell/em-dirs.el (eshell/cd, eshell/pushd, eshell/popd):
* lisp/eshell/em-ls.el (eshell/ls):
* lisp/eshell/em-unix.el (eshell/rm, eshell/mkdir, eshell/rmdir)
(eshell/mv, eshell/cp, eshell/ln, eshell/cat, eshell/du, eshell/diff):
* lisp/eshell/esh-ext.el (eshell/addpath): Add
eshell-filename-arguments to symbol plist.
lisp/eshell/em-dirs.el
lisp/eshell/em-ls.el
lisp/eshell/em-unix.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-ext.el