aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-01-25 23:22:25 -0800
committerDan Nicolaescu2010-01-25 23:22:25 -0800
commit368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf (patch)
treea37666c1cef6de4861f4c26b5fd00d28ee3d4e8d
parent361bbf574b7ae0e0a3975307b8f00c355870a3e0 (diff)
downloademacs-368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf.tar.gz
emacs-368d3208cfceb42b5ee07c61b4aa5b7d09c9f2bf.zip
(vc-path): Mark as obsolete.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-hooks.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6af0ffdf5a3..5097af5c1ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hooks.el (vc-path): Mark as obsolete.
4
12010-01-25 Dan Nicolaescu <dann@ics.uci.edu> 52010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * vc-annotate.el (vc-annotate-revision-at-line): Compare file 7 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
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."
89 :type '(repeat directory) 89 :type '(repeat directory)
90 :group 'vc) 90 :group 'vc)
91 91
92(make-obsolete 'vc-path "should not be necessary anymore." "23.2")
93
92(defcustom vc-make-backup-files nil 94(defcustom vc-make-backup-files nil
93 "If non-nil, backups of registered files are made as with other files. 95 "If non-nil, backups of registered files are made as with other files.
94If nil (the default), files covered by version control don't get backups." 96If nil (the default), files covered by version control don't get backups."