(vc-path): Mark as obsolete.

This commit is contained in:
Dan Nicolaescu 2010-01-25 23:22:25 -08:00
parent 361bbf574b
commit 368d3208cf
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-path): Mark as obsolete.
2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
* vc-annotate.el (vc-annotate-revision-at-line): Compare file

View file

@ -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."