]> git.eshelyaron.com Git - emacs.git/commit
Improve project support for quoted directory names (Bug#47799)
authorPhilipp Stephani <phst@google.com>
Thu, 15 Apr 2021 16:41:04 +0000 (18:41 +0200)
committerPhilipp Stephani <phst@google.com>
Thu, 15 Apr 2021 16:41:04 +0000 (18:41 +0200)
commit157bfc1812c51a0a48162c71eadf7959f7de9ac6
treea77212e5a903c1e13c2dfb0d11564df75f674225
parent0c3ce42c8f12f1865a3327448bc58f472f153bf9
Improve project support for quoted directory names (Bug#47799)

* lisp/progmodes/project.el (project--files-in-directory): Unquote
directory name before passing it to 'find'.
(project--remote-file-names): Requote local filenames if the original
directory is quoted.
* test/lisp/progmodes/project-tests.el (project/quoted-directory): New
unit test.
lisp/progmodes/project.el
test/lisp/progmodes/project-tests.el [new file with mode: 0644]