# HG changeset patch # User Augie Fackler # Date 1241408767 18000 # Node ID 26450200777a350bb363ff5658397a75df96577c # Parent 8aa70b521063e13ea014fe230151b54782c2e21f Latest textmate.el diff --git a/.elisp/textmate.el b/.elisp/textmate.el --- a/.elisp/textmate.el +++ b/.elisp/textmate.el @@ -221,12 +221,13 @@ ((string= type "hg") "hg manifest")) " | xargs grep -nR " (if pattern (concat " --include='" pattern "' ") "") + " -- " (shell-quote-argument re))) (t (concat "cd " root "; egrep -nR --exclude='" *textmate-gf-exclude* "' --include='" incpat - "' " + "' -- " (shell-quote-argument re) " . | grep -vE '" *textmate-gf-exclude*