changeset 43648:cc5a0eac67cf

(find-dired-filter): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Mar 2002 12:00:58 +0000
parents 6eb5884409a9
children 662351ad5213
files lisp/find-dired.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/find-dired.el	Sun Mar 03 09:15:10 2002 +0000
+++ b/lisp/find-dired.el	Sun Mar 03 12:00:58 2002 +0000
@@ -185,7 +185,7 @@
   (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.