diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-03-03 12:00:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-03-03 12:00:58 +0000 |
commit | bd7887c62b1a693d7273df26e572f34bbd7cf2a8 (patch) | |
tree | b69df10b807d18860492370c0c3283ac8d2864d3 /lisp/find-dired.el | |
parent | 159bf288c5aa85cb43af6e2ccb952a4e6ed6678f (diff) | |
download | emacs-bd7887c62b1a693d7273df26e572f34bbd7cf2a8.tar.gz |
(find-dired-filter): Fix previous change.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |