]> git.eshelyaron.com Git - emacs.git/commit
Improve quoting of directory names in project/xref
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 16 Apr 2021 00:52:44 +0000 (03:52 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 16 Apr 2021 00:52:44 +0000 (03:52 +0300)
commitf955df1788b9ee77ffeff6a91a906b8274cbf639
treeedc92450888bec0cad35dbcab781ec2cfe4e7423
parent4180429d5d40908b443b03a35cbf0f41100c580f
Improve quoting of directory names in project/xref

* lisp/progmodes/project.el (project--files-in-directory):
Quote LOCALDIR a bit earlier, to affect
xref--find-ignores-arguments as well (bug#47799).

* lisp/progmodes/xref.el (xref-matches-in-directory):
Quote the dir passed to xref--rgrep-command.
lisp/progmodes/project.el
lisp/progmodes/xref.el