]> git.eshelyaron.com Git - emacs.git/commit
* lisp/files.el (insert-directory): Quote switches in wildcard case.
authorJuri Linkov <juri@linkov.net>
Sun, 7 Jul 2024 06:57:34 +0000 (09:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jul 2024 20:50:58 +0000 (22:50 +0200)
commit6c257f8043b699f7e8d881d57a715c3d41ebd5ac
tree1f0686cc8a01790eee72e14fa3213d93709311b9
parente58e2318087b7baa7c968a6d589b05e04284e26a
* lisp/files.el (insert-directory): Quote switches in wildcard case.

Use shell-quote-wildcard-pattern on the switches string split by
split-string-and-unquote.  This helps to quote such switches as
"--block-size='1" (bug#71935).

(cherry picked from commit b249f022f1285aaf02705b6ac239d95e3b413c18)
lisp/files.el