Mercurial > emacs
changeset 79643:078fe4baaf42
(rgrep): Fix last change.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 28 Dec 2007 10:47:31 +0000 |
parents | 01fcad3cc628 |
children | 984a5e469e54 |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Fri Dec 28 03:50:09 2007 +0000 +++ b/lisp/progmodes/grep.el Fri Dec 28 10:47:31 2007 +0000 @@ -753,7 +753,7 @@ " " find-name-arg " " (mapconcat #'shell-quote-argument (split-string files) - " -o " find-name-arg " ") + (concat " -o " find-name-arg " ")) " " (shell-quote-argument ")")) dir