diff options
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r-- | lisp/progmodes/xref.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 9764bc78b1a..27e56f2f94f 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -791,7 +791,8 @@ to search in, and the file name pattern to search for." (lambda (_kind regexp) (cl-mapcan (lambda (dir) - (xref-collect-matches regexp files dir (project-ignores proj))) + (xref-collect-matches regexp files dir + (project-ignores proj dir))) dirs)))) (xref--show-xrefs regexp 'matches regexp nil))) |