# HG changeset patch # User Dan Nicolaescu # Date 1184559951 0 # Node ID 184879170b1657ad7959fd82b9e9379c3aca3d8b # Parent 7e6412eabecf6351223922bbb35f13d53664777e (vc-handled-backends): Move BZR later in the list. diff -r 7e6412eabecf -r 184879170b16 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 16 04:05:08 2007 +0000 +++ b/lisp/ChangeLog Mon Jul 16 04:25:51 2007 +0000 @@ -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 -r 7e6412eabecf -r 184879170b16 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Mon Jul 16 04:05:08 2007 +0000 +++ b/lisp/vc-hooks.el Mon Jul 16 04:25:51 2007 +0000 @@ -62,8 +62,9 @@ :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 @@ 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