]> git.eshelyaron.com Git - emacs.git/commit
Insert subdir content if dir-or-list is a string w/o wildcards
authorTino Calancha <tino.calancha@gmail.com>
Tue, 1 Aug 2017 14:31:35 +0000 (23:31 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Tue, 1 Aug 2017 14:31:43 +0000 (23:31 +0900)
commitf3ad15933a0d104b099d640d5c43fce99ece0003
tree17ef5f20e9b5457f8cecf081d10d10c0b2f3747c
parent4ddc5645606478725ae0c27c85aa3c5dca6360d6
Insert subdir content if dir-or-list is a string w/o wildcards

* lisp/eshell/em-ls.el (eshell-ls--insert-directory):
Append '("-d") into 'eshell-ls-dired-initial-args'
if 'dired-directory' is a cons or there are wildcars (Bug#27843).
* test/lisp/dired-tests.el (dired-test-bug27843): Add test.
lisp/eshell/em-ls.el
test/lisp/dired-tests.el