]> git.eshelyaron.com Git - emacs.git/commit
Move part of the fix from project to xref
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 22 Apr 2021 00:29:09 +0000 (03:29 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 22 Apr 2021 14:40:30 +0000 (17:40 +0300)
commiteadf4cff7cff116d73f007dcfb1d636e9938df51
treeec28f64c10ef8a73ce59451c5fca1123ec4eaf6a
parentaaf6b6bf80805d18180e1c16350e9473716f5915
Move part of the fix from project to xref

* lisp/progmodes/project.el (project--find-regexp-in-files):
Don't unquote file names here.

* lisp/progmodes/xref.el (xref-matches-in-files): Do it here.
And only if the first element in the list is quoted (bug#47799).
lisp/progmodes/project.el
lisp/progmodes/xref.el