aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/find-dired.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-03-03 12:00:58 +0000
committerRichard M. Stallman <[email protected]>2002-03-03 12:00:58 +0000
commitbd7887c62b1a693d7273df26e572f34bbd7cf2a8 (patch)
treeb69df10b807d18860492370c0c3283ac8d2864d3 /lisp/find-dired.el
parent159bf288c5aa85cb43af6e2ccb952a4e6ed6678f (diff)
(find-dired-filter): Fix previous change.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r--lisp/find-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index a09283ec29..d07c983c1d 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.