diff options
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index b4f92350ea1..fdee4c4680e 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -335,8 +335,6 @@ If WITNESS if not found, return nil, otherwise return the root." (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 |