[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
vc-find-root
From: |
Glenn Morris |
Subject: |
vc-find-root |
Date: |
Tue, 28 Oct 2008 16:32:55 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
It doesn't make sense to both have a function definition for
vc-find-root in vc-hooks, and also have it be an alias for
locate-dominating-file.
I imagine you wanted `make-obsolete' rather than
`define-obsolete-function-alias' (and perhaps make
vc-ignore-dir-regexp an obsolete alias for
locate-dominating-stop-dir-regexp?); either that or remove the
stand-alone definitions of vc-ignore-dir-regexp and vc-find-root
altogether.
- vc-find-root,
Glenn Morris <=