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