1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* lisp/progmodes/grep.el (rgrep): Add "-type d".

Fixes: debbugs:9414
This commit is contained in:
Oleksandr Gavenko 2011-09-05 12:55:11 +03:00 committed by Juri Linkov
parent 904399061f
commit 453de99fd0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
* progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2011-09-05 Juri Linkov <juri@jurta.org>
* progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).

View File

@ -989,7 +989,8 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]."
dir
(concat
(and grep-find-ignored-directories
(concat (shell-quote-argument "(")
(concat "-type d "
(shell-quote-argument "(")
;; we should use shell-quote-argument here
" -path "
(mapconcat