]> git.eshelyaron.com Git - emacs.git/commit
; Fix an edge case with Eshell globs when the directory part is quoted
authorJim Porter <jporterbugs@gmail.com>
Fri, 10 May 2024 00:15:14 +0000 (17:15 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 13:36:53 +0000 (15:36 +0200)
commit85e6fc1244973f53db7a2b82410d6770f91ed889
treee4f3b70e0c7b2a6fe4849bb62c26456509d7b3cf
parent369239a21f0c50c169f44621b526f57e633555bf
; Fix an edge case with Eshell globs when the directory part is quoted

* lisp/eshell/esh-util.el (eshell-split-filename): Escaping shouldn't
matter for splitting the name (no other shells handle it like this).

* test/lisp/eshell/em-glob-tests.el
(em-glob-test/convert/quoted-start-directory): New test.

(cherry picked from commit 42c0686d6180a7ca1b89f7bde2f9fd17d6a67217)
lisp/eshell/esh-util.el
test/lisp/eshell/em-glob-tests.el