summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-08-03 05:09:21 +0000
committerMiles Bader <miles@gnu.org>2007-08-03 05:09:21 +0000
commit5716cebdd05ad26a4c3aa57c8ebf2890d4b937f6 (patch)
tree50b975c413504a0b499883e4fc4f32a043afa11c /lisp/vc-hooks.el
parent73ff9d42c45fed4c2202feeb1a2acbfe00fd3ad9 (diff)
downloademacs-5716cebdd05ad26a4c3aa57c8ebf2890d4b937f6.tar.gz
Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-87
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 00c7f09f345..052365945f2 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -62,9 +62,9 @@ interpreted as hostnames."
:type 'regexp
:group 'vc)
-(defcustom vc-handled-backends '(RCS CVS SVN SCCS GIT HG BZR Arch MCVS)
- ;; GIT, HG, Arch and MCVS come last because they are per-tree rather
- ;; than per-dir.
+(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Arch MCVS)
+ ;; Bzr, Git, Hg, Arch and MCVS come last because they are per-tree
+ ;; rather than per-dir.
"*List of version control backends for which VC will be used.
Entries in this list will be tried in order to determine whether a
file is under that sort of version control.