From 368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 25 Jan 2010 23:22:25 -0800 Subject: (vc-path): Mark as obsolete. --- lisp/vc-hooks.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/vc-hooks.el') diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 60e3619c4b8..b46561428ee 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -89,6 +89,8 @@ An empty list disables VC altogether." :type '(repeat directory) :group 'vc) +(make-obsolete 'vc-path "should not be necessary anymore." "23.2") + (defcustom vc-make-backup-files nil "If non-nil, backups of registered files are made as with other files. If nil (the default), files covered by version control don't get backups." -- cgit v1.2.1