Mercurial > emacs
changeset 81902:184879170b16
(vc-handled-backends): Move BZR later in the list.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 16 Jul 2007 04:25:51 +0000 |
parents | 7e6412eabecf |
children | 3bdde0e93c76 |
files | lisp/ChangeLog lisp/vc-hooks.el |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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