diff lisp/vc-hooks.el @ 82245:36893fdf92ab

Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--devo--0--patch-842
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 04:57:05 +0000
parents 58ac5a791dfa
children 96cb0797d6c7 35e3789db058
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Fri Aug 03 03:21:49 2007 +0000
+++ b/lisp/vc-hooks.el	Fri Aug 03 04:57:05 2007 +0000
@@ -62,8 +62,8 @@
   :type 'regexp
   :group 'vc)
 
-(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
+(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