# HG changeset patch # User Dan Nicolaescu # Date 1264490545 28800 # Node ID 40a4dcd1833e0825764d2bc0604cae949624f1c6 # Parent 69a56b685af85e9158f80df4cc9a8d53c1849e8a (vc-path): Mark as obsolete. diff -r 69a56b685af8 -r 40a4dcd1833e lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 25 13:49:23 2010 -0500 +++ b/lisp/ChangeLog Mon Jan 25 23:22:25 2010 -0800 @@ -1,3 +1,7 @@ +2010-01-26 Dan Nicolaescu + + * vc-hooks.el (vc-path): Mark as obsolete. + 2010-01-25 Dan Nicolaescu * vc-annotate.el (vc-annotate-revision-at-line): Compare file diff -r 69a56b685af8 -r 40a4dcd1833e lisp/vc-hooks.el --- a/lisp/vc-hooks.el Mon Jan 25 13:49:23 2010 -0500 +++ b/lisp/vc-hooks.el Mon Jan 25 23:22:25 2010 -0800 @@ -89,6 +89,8 @@ :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."