1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(find-dired-filter): Fix previous change.

This commit is contained in:
Richard M. Stallman 2002-03-03 12:00:58 +00:00
parent 159bf288c5
commit bd7887c62b

View file

@ -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.