changeset 107431:847e60ce6749

* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Mar 2010 02:42:13 -0700
parents 1918e70c8b37
children 340849d761a5
files lisp/ChangeLog lisp/vc-hooks.el
diffstat 2 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 19 02:37:41 2010 -0700
+++ b/lisp/ChangeLog	Fri Mar 19 02:42:13 2010 -0700
@@ -1,3 +1,7 @@
+2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
+
 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Add special markup processing for commit logs.
--- a/lisp/vc-hooks.el	Fri Mar 19 02:37:41 2010 -0700
+++ b/lisp/vc-hooks.el	Fri Mar 19 02:42:13 2010 -0700
@@ -84,13 +84,6 @@
   :type '(repeat string)
   :group 'vc)
 
-(defcustom vc-path nil
-  "List of extra directories to search for version control commands."
-  :type '(repeat directory)
-  :group 'vc)
-
-(make-obsolete-variable '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."