1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* vc-hooks.el (vc-path): Remove variable and obsolete declaration.

This commit is contained in:
Dan Nicolaescu 2010-03-19 02:42:13 -07:00
parent 09158997b5
commit 3c95bbb621
2 changed files with 4 additions and 7 deletions

View 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.

View 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."