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." | |||
| 335 | (or vc-ignore-dir-regexp locate-dominating-stop-dir-regexp))) | 335 | (or vc-ignore-dir-regexp locate-dominating-stop-dir-regexp))) |
| 336 | (locate-dominating-file file witness))) | 336 | (locate-dominating-file file witness))) |
| 337 | 337 | ||
| 338 | (define-obsolete-function-alias 'vc-find-root 'locate-dominating-file "23.1") | ||
| 339 | |||
| 340 | ;; Access functions to file properties | 338 | ;; Access functions to file properties |
| 341 | ;; (Properties should be _set_ using vc-file-setprop, but | 339 | ;; (Properties should be _set_ using vc-file-setprop, but |
| 342 | ;; _retrieved_ only through these functions, which decide | 340 | ;; _retrieved_ only through these functions, which decide |