]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-handled-backends): Move BZR later in the list.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 16 Jul 2007 04:25:51 +0000 (04:25 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 16 Jul 2007 04:25:51 +0000 (04:25 +0000)
lisp/ChangeLog
lisp/vc-hooks.el

index 0f527e004a810c8c0abe87eee17a5d9fb2003aa8..47cd4978ef6ac8fd4dddc24aaebdb792713e185d 100644 (file)
@@ -1,5 +1,7 @@
 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
+
        * term/xterm.el (xterm-turn-on-modify-other-keys)
        (xterm-turn-off-modify-other-keys): New functions.
        (terminal-init-xterm): Enable the modifyOtherKeys feature if the
index 9fbf4db316068784f67528bc512774a08d79d79f..38ddb35c9769475f51e782b2f88c350af911ddcf 100644 (file)
@@ -62,8 +62,9 @@ interpreted as hostnames."
   :type 'regexp
   :group 'vc)
 
-(defcustom vc-handled-backends '(RCS CVS BZR SVN SCCS HG Arch MCVS)
-  ;; Arch and MCVS come last because they are per-tree rather than per-dir.
+(defcustom vc-handled-backends '(RCS CVS SVN SCCS BZR HG Arch MCVS)
+  ;; BZR, 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.
@@ -71,7 +72,7 @@ Removing an entry from the list prevents VC from being activated
 when visiting a file managed by that backend.
 An empty list disables VC altogether."
   :type '(repeat symbol)
-  :version "21.1"
+  :version "23.1"
   :group 'vc)
 
 (defcustom vc-path