From: Richard M. Stallman Date: Sun, 3 Mar 2002 12:00:58 +0000 (+0000) Subject: (find-dired-filter): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~16388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd7887c62b1a693d7273df26e572f34bbd7cf2a8;p=emacs.git (find-dired-filter): Fix previous change. --- diff --git a/lisp/find-dired.el b/lisp/find-dired.el index a09283ec29b..d07c983c1dc 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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.