(rgrep): Fix last change.

This commit is contained in:
YAMAMOTO Mitsuharu 2007-12-28 10:48:05 +00:00
parent 041817a467
commit ea7ac2eb95
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* progmodes/grep.el (rgrep): Fix last change.
2007-12-27 Richard Stallman <rms@gnu.org>
* progmodes/compile.el (compilation-start): Set initial visible

View file

@ -753,7 +753,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]."
" " find-name-arg " "
(mapconcat #'shell-quote-argument
(split-string files)
" -o " find-name-arg " ")
(concat " -o " find-name-arg " "))
" "
(shell-quote-argument ")"))
dir