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 533e27be7ef..dabc4ab6b45 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -390,7 +390,7 @@ pattern to search for." | |||
| 390 | (status nil) | 390 | (status nil) |
| 391 | (hits nil) | 391 | (hits nil) |
| 392 | (xrefs nil) | 392 | (xrefs nil) |
| 393 | (command (format "xargs -0 grep %s -nHe %s" | 393 | (command (format "xargs -0 grep %s -nHE %s" |
| 394 | (if (and case-fold-search | 394 | (if (and case-fold-search |
| 395 | (isearch-no-upper-case-p regexp t)) | 395 | (isearch-no-upper-case-p regexp t)) |
| 396 | "-i" | 396 | "-i" |