From bd7887c62b1a693d7273df26e572f34bbd7cf2a8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Mar 2002 12:00:58 +0000 Subject: [PATCH] (find-dired-filter): Fix previous change. --- lisp/find-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5