emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/project-files-pipe-grep 17dc999 2/2: Remove '-P 1'


From: Dmitry Gutov
Subject: [Emacs-diffs] scratch/project-files-pipe-grep 17dc999 2/2: Remove '-P 1', it's the default anyway
Date: Fri, 11 Jan 2019 20:44:07 -0500 (EST)

branch: scratch/project-files-pipe-grep
commit 17dc99907f300248a98d00f0944d51814ab93043
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Remove '-P 1', it's the default anyway
---
 lisp/progmodes/project.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index cc55d17..be97a37 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]