.emacs
changeset 3 2a74cffeb232
parent 2 98c662ae8707
child 4 46543c097be0
--- a/.emacs	Thu Apr 17 23:58:09 2008 +0300
+++ b/.emacs	Thu Apr 17 23:58:09 2008 +0300
@@ -297,7 +297,7 @@
 ;; ----------------------------------------------------------------------
 ;; *grep*
 (setq grep-command "find . -name '*' -exec grep -nH '' {} ;"
-      grep-find-command "find . -type f ! -path '*.svn' ! -path '*CVS' ! -path '*.hg' -name '*' -print0 | xargs -0 -e grep -nH "
+      grep-find-command "find . -type f ! -path '*.svn*' ! -path '*CVS*' ! -path '*.hg*' -name '*' -print0 | xargs -0 -e grep -nH "
       grep-highlight-matches t
       grep-tree-command "find <D> <X> -type f <F> -print0 | xargs -0 -e grep <C> -nH  <R>"
       grep-use-null-device t)