(rgrep): Use find-name-arg.

This commit is contained in:
Jason Rumney 2007-12-21 10:32:55 +00:00
parent d1dbc07ca2
commit 34fac407db

View file

@ -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