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:
parent
159bf288c5
commit
bd7887c62b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue