]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-dired-filter): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 2002 12:00:58 +0000 (12:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 2002 12:00:58 +0000 (12:00 +0000)
lisp/find-dired.el

index a09283ec29b5f167693d7d7869a83dad8394310b..d07c983c1dc496118defe8e83a6f452922dff163 100644 (file)
@@ -185,7 +185,7 @@ Thus ARG can also contain additional grep options."
   (find-dired dir
              (concat "-type f -exec grep " find-grep-options " -e "
                      (shell-quote-argument regexp)
-                     args " {} \\\; ")))
+                     " {} \\\; ")))
 
 (defun find-dired-filter (proc string)
   ;; Filter for \\[find-dired] processes.