projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de0dc6b
)
project--find-regexp-in-files: Use 'grep -E'
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 11 Mar 2019 00:22:54 +0000
(
02:22
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 11 Mar 2019 00:30:57 +0000
(
02:30
+0200)
* lisp/progmodes/project.el (project--find-regexp-in-files): Use
'grep -E' because we convert the regexp to extended already.
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 533e27be7ef4e9585518fc5c7e85a7a0b979e690..dabc4ab6b45b7f13891e31667f918fc2a1a559c6 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-390,7
+390,7
@@
pattern to search for."
(status nil)
(hits nil)
(xrefs nil)
- (command (format "xargs -0 grep %s -nH
e
%s"
+ (command (format "xargs -0 grep %s -nH
E
%s"
(if (and case-fold-search
(isearch-no-upper-case-p regexp t))
"-i"