Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
570e0fa3
Commit
570e0fa3
authored
Apr 21, 2016
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Don't use 'find-program'"
This reverts commit
10597c97
.
parent
645f4ef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/project.el
lisp/progmodes/project.el
+2
-2
No files found.
lisp/progmodes/project.el
View file @
570e0fa3
...
...
@@ -162,7 +162,7 @@ end it with `/'. DIR must be one of `project-roots' or
DIRS is a list of absolute directories; it should be some
subset of the project roots and external roots.
The default implementation uses `
grep-
find-program'. PROJECT is used
The default implementation uses `find-program'. PROJECT is used
to find the list of ignores for each directory."
;; FIXME: Uniquely abbreviate the roots?
(
require
'xref
)
...
...
@@ -171,7 +171,7 @@ to find the list of ignores for each directory."
(
lambda
(
dir
)
(
let
((
command
(
format
"%s %s %s -type f -print0"
grep-
find-program
find-program
dir
(
xref--find-ignores-arguments
(
project-ignores
project
dir
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment