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:
parent
09158997b5
commit
3c95bbb621
@ -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.
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user