summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2019-01-12 04:43:28 +0300
committerDmitry Gutov <dgutov@yandex.ru>2019-01-12 04:43:28 +0300
commit17dc99907f300248a98d00f0944d51814ab93043 (patch)
tree233f5f9799d624499ee17f9c698c75c26f8aa05a
parent33945ba736bed387a850084cfaf1513aa0c096f3 (diff)
downloademacs-scratch/project-files-pipe-grep.tar.gz
Remove '-P 1', it's the default anywayscratch/project-files-pipe-grep
-rw-r--r--lisp/progmodes/project.el2
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."
(status nil)
(hits nil)
(xrefs nil)
- (command (format "xargs -0 -P 1 grep %s -nHe %s"
+ (command (format "xargs -0 grep %s -nHe %s"
(if (and case-fold-search
(isearch-no-upper-case-p regexp t))
"-i"