]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 19 Mar 2010 09:42:13 +0000 (02:42 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 19 Mar 2010 09:42:13 +0000 (02:42 -0700)
lisp/ChangeLog
lisp/vc-hooks.el

index 6606560121905f5c0bbf685db6d122205ee2ac98..11c5dcde3d7a710ec7754264e8479e1223afc044 100644 (file)
@@ -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.
index 01c1dc822df54068ea102e997e34d420857b44a8..47ab9aa71fc190bb08aad9ff5d6cee4bbe5815f5 100644 (file)
@@ -84,13 +84,6 @@ An empty list disables VC altogether."
   :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."