]> git.eshelyaron.com Git - emacs.git/commit
Make Dired honor `insert-directory-programĀ“ with globs
authorStefan Kangas <stefankangas@gmail.com>
Mon, 23 Oct 2023 11:57:28 +0000 (13:57 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 23 Oct 2023 11:57:28 +0000 (13:57 +0200)
commit79d8328ca4a7506e394f7f068564dd44a9acd919
treed373e33ef1bf1246ba9dcb14a477c90901e4ac48
parent43127294e13af293369d710301b3a028ad4d53c3
Make Dired honor `insert-directory-programĀ“ with globs

Starting with commit 6f6639d6ed6c6314b2643f6c22498fc2e23d34c7
(Bug#27631), Dired stopped respecting the value of
'insert-directory-program' when using directory wildcards/globs.

* lisp/dired.el (dired-insert-directory): Honor the value of
'insert-directory-program' when using directory wildcards.
lisp/dired.el