# HG changeset patch # User Jason Rumney # Date 1198233175 0 # Node ID 05774558f6e13d0e5a1783acf4a6cb862315ba74 # Parent 7f97528cec7f1db0f235306c801b3c967bc4df31 (rgrep): Use find-name-arg. diff -r 7f97528cec7f -r 05774558f6e1 lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Fri Dec 21 10:32:38 2007 +0000 +++ b/lisp/progmodes/grep.el Fri Dec 21 10:32:55 2007 +0000 @@ -750,10 +750,10 @@ 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