diff options
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index cc55d1702c5..be97a379114 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -365,7 +365,7 @@ pattern to search for." | |||
| 365 | (status nil) | 365 | (status nil) |
| 366 | (hits nil) | 366 | (hits nil) |
| 367 | (xrefs nil) | 367 | (xrefs nil) |
| 368 | (command (format "xargs -0 -P 1 grep %s -nHe %s" | 368 | (command (format "xargs -0 grep %s -nHe %s" |
| 369 | (if (and case-fold-search | 369 | (if (and case-fold-search |
| 370 | (isearch-no-upper-case-p regexp t)) | 370 | (isearch-no-upper-case-p regexp t)) |
| 371 | "-i" | 371 | "-i" |