# HG changeset patch # User Glenn Morris # Date 1225248904 0 # Node ID 006d8b24fed39a7685730948323c53606bdac798 # Parent 96652546aa33611ce8f93f549b18710fcf3755ee (vc-find-root): Remove bogus alias. diff -r 96652546aa33 -r 006d8b24fed3 lisp/vc-hooks.el --- 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