Mercurial > dotfiles
changeset 134:fe9d358b9fe8
textmate.el: Fix an infinite recursion bug when not using a supported VCS
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 18 Aug 2009 10:15:09 -0500 |
parents | 5b0b8ad2cb2c |
children | de6d0a9a7e3f |
files | .elisp/textmate.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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