diff options
| author | Dmitry Gutov | 2019-01-12 04:43:28 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2019-01-12 04:43:28 +0300 |
| commit | 17dc99907f300248a98d00f0944d51814ab93043 (patch) | |
| tree | 233f5f9799d624499ee17f9c698c75c26f8aa05a | |
| parent | 33945ba736bed387a850084cfaf1513aa0c096f3 (diff) | |
| download | emacs-scratch/project-files-pipe-grep.tar.gz emacs-scratch/project-files-pipe-grep.zip | |
Remove '-P 1', it's the default anywayscratch/project-files-pipe-grep
| -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" |