From: Dan Nicolaescu Date: Mon, 16 Jul 2007 04:25:51 +0000 (+0000) Subject: (vc-handled-backends): Move BZR later in the list. X-Git-Tag: emacs-pretest-23.0.90~11889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbd3d78766644e9f16d6699e8538c1260e67a428;p=emacs.git (vc-handled-backends): Move BZR later in the list. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f527e004a8..47cd4978ef6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-07-16 Dan Nicolaescu + * 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 diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 9fbf4db3160..38ddb35c976 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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