diff options
Diffstat (limited to 'lisp/progmodes/project.el')
| -rw-r--r-- | lisp/progmodes/project.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 9c8a88c80fc..a51c383b93b 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -172,7 +172,8 @@ to find the list of ignores for each directory." | |||
| 172 | (let ((command | 172 | (let ((command |
| 173 | (format "%s %s %s -type f -print0" | 173 | (format "%s %s %s -type f -print0" |
| 174 | find-program | 174 | find-program |
| 175 | dir | 175 | (shell-quote-argument |
| 176 | (expand-file-name dir)) | ||
| 176 | (xref--find-ignores-arguments | 177 | (xref--find-ignores-arguments |
| 177 | (project-ignores project dir) | 178 | (project-ignores project dir) |
| 178 | (expand-file-name dir))))) | 179 | (expand-file-name dir))))) |