From: Dan Nicolaescu Date: Fri, 19 Mar 2010 09:42:13 +0000 (-0700) Subject: * vc-hooks.el (vc-path): Remove variable and obsolete declaration. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~713 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c95bbb62157210d10c983840bb725b3a8b9be12;p=emacs.git * vc-hooks.el (vc-path): Remove variable and obsolete declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66065601219..11c5dcde3d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-03-19 Dan Nicolaescu + + * vc-hooks.el (vc-path): Remove variable and obsolete declaration. + 2010-03-19 Dan Nicolaescu Add special markup processing for commit logs. diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 01c1dc822df..47ab9aa71fc 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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."