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:
parent
904399061f
commit
453de99fd0
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user