aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2016-04-12 08:50:47 -0700
committerPaul Eggert2016-04-12 08:50:47 -0700
commit7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08 (patch)
treec038edb545cc82ee825390d1e7691a247fd7fc5f /lisp/progmodes
parent435da5d2955ce35be4785b7d46566ed9b42ea9fb (diff)
parentca509810014726cf6bee9f7e8f69bdeaf62dc146 (diff)
downloademacs-7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08.tar.gz
emacs-7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08.zip
Merge from origin/emacs-25
ca50981 Improve time zone documentation c23c965 Prevent bootstrap autoload backup files 9344612 Disable multicolor fonts on OS X since they are not supported... c41ce1c Capitalize “Universal Time” in documentation 10597c9 Don't use 'find-program'
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/project.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 9c8a88c80fc..82059c91363 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -162,7 +162,7 @@ end it with `/'. DIR must be one of `project-roots' or
162DIRS is a list of absolute directories; it should be some 162DIRS is a list of absolute directories; it should be some
163subset of the project roots and external roots. 163subset of the project roots and external roots.
164 164
165The default implementation uses `find-program'. PROJECT is used 165The default implementation uses `grep-find-program'. PROJECT is used
166to find the list of ignores for each directory." 166to find the list of ignores for each directory."
167 ;; FIXME: Uniquely abbreviate the roots? 167 ;; FIXME: Uniquely abbreviate the roots?
168 (require 'xref) 168 (require 'xref)
@@ -171,7 +171,7 @@ to find the list of ignores for each directory."
171 (lambda (dir) 171 (lambda (dir)
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 grep-find-program
175 dir 175 dir
176 (xref--find-ignores-arguments 176 (xref--find-ignores-arguments
177 (project-ignores project dir) 177 (project-ignores project dir)