# HG changeset patch # User Augie Fackler # Date 1250608509 18000 # Node ID fe9d358b9fe8703b672674d5f1bcbbc39ce30da0 # Parent 5b0b8ad2cb2c7f12a1d73c208c6a3ee1ca72cd0e textmate.el: Fix an infinite recursion bug when not using a supported VCS diff --git a/.elisp/textmate.el b/.elisp/textmate.el --- a/.elisp/textmate.el +++ b/.elisp/textmate.el @@ -311,7 +311,7 @@ ((equal (textmate-project-root) (car *textmate-project-files*)) (cdr *textmate-project-files*)) (t (cdr (setq *textmate-project-files* - `(,root . ,(textmate-project-files root))))))) + `(,root . ,(textmate-project-files-find root))))))) (defun textmate-project-root () (when (or