]> git.eshelyaron.com Git - emacs.git/commitdiff
(rgrep): Fix last change.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)
lisp/ChangeLog
lisp/progmodes/grep.el

index 22bb4198dc74ee3e633cb0ffd3c13f9c7ea57ac6..a2054ecbf0fc2a5065e9e4e5b70a04bcc13ca010 100644 (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
index ecc386404c6bff9e33b3a324e1d82369d41c4d44..433c2705cd5632d358f1112f3b239aaf644f41a5 100644 (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