Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
453de99f
Commit
453de99f
authored
Sep 05, 2011
by
Oleksandr Gavenko
Committed by
Juri Linkov
Sep 05, 2011
Browse files
* lisp/progmodes/grep.el (rgrep): Add "-type d".
Fixes: debbugs:9414
parent
90439906
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/grep.el
lisp/progmodes/grep.el
+2
-1
No files found.
lisp/ChangeLog
View file @
453de99f
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).
...
...
lisp/progmodes/grep.el
View file @
453de99f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment