Remove grep-tree-command var as no longer used.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 27 Dec 2009 13:52:29 +0200
changeset 224 a97ab052dfc0
parent 223 64c9bc1e5847
child 225 6935ff56bf31
Remove grep-tree-command var as no longer used.
.emacs-my
--- a/.emacs-my	Sun Dec 27 13:51:17 2009 +0200
+++ b/.emacs-my	Sun Dec 27 13:52:29 2009 +0200
@@ -357,7 +357,6 @@
 (setq grep-command "find . -name '*' -exec grep -nH '' {} ;"
       grep-find-command "find . '(' -name .svn -o -name CVS -o -name .hg -o -name _darcs -o -name .git ')' -prune -o -type f -name '*' -print0 | xargs -0 -e grep -nH "
       grep-highlight-matches nil ; do not set t because some grep do not has --color options
-      grep-tree-command "find <D> <X> -type f <F> -print0 | xargs -0 -e grep <C> -nH  <R>"
       grep-use-null-device t)
 (setq blink-matching-paren-on-screen t)