From: Glenn Morris Date: Wed, 29 Oct 2008 02:55:04 +0000 (+0000) Subject: (vc-find-root): Remove bogus alias. X-Git-Tag: emacs-pretest-23.0.90~2127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37af967debd5cefc0ab8feac08255d28973dc4cc;p=emacs.git (vc-find-root): Remove bogus alias. --- 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