]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-path): Mark as obsolete.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 26 Jan 2010 07:22:25 +0000 (23:22 -0800)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 26 Jan 2010 07:22:25 +0000 (23:22 -0800)
lisp/ChangeLog
lisp/vc-hooks.el

index 6af0ffdf5a3c08159f38c090761403c1e51476ae..5097af5c1ed7acf1defa391858825057e5908ed7 100644 (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
index 60e3619c4b8ffa402868858df9209ff53e75e1df..b46561428ee679f7b194fa51a20a8151961e5dd1 100644 (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."