(rgrep): Use find-name-arg.
This commit is contained in:
parent
d1dbc07ca2
commit
34fac407db
1 changed files with 2 additions and 2 deletions
|
|
@ -750,10 +750,10 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]."
|
|||
grep-find-template
|
||||
regexp
|
||||
(concat (shell-quote-argument "(")
|
||||
" -name "
|
||||
" " find-name-arg " "
|
||||
(mapconcat #'shell-quote-argument
|
||||
(split-string files)
|
||||
" -o -name ")
|
||||
" -o " find-name-arg " ")
|
||||
" "
|
||||
(shell-quote-argument ")"))
|
||||
dir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue