Mercurial > emacs
changeset 99199:006d8b24fed3
(vc-find-root): Remove bogus alias.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 29 Oct 2008 02:55:04 +0000 |
parents | 96652546aa33 |
children | ac0f28c3105e |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Wed Oct 29 01:44:45 2008 +0000 +++ b/lisp/vc-hooks.el Wed Oct 29 02:55:04 2008 +0000 @@ -335,8 +335,6 @@ (or vc-ignore-dir-regexp locate-dominating-stop-dir-regexp))) (locate-dominating-file file witness))) -(define-obsolete-function-alias 'vc-find-root 'locate-dominating-file "23.1") - ;; Access functions to file properties ;; (Properties should be _set_ using vc-file-setprop, but ;; _retrieved_ only through these functions, which decide