*** lisp/vc-hooks.el 2007-08-05 15:31:30.000000000 -0400 --- lisp/vc-hooks.el.new 2007-08-05 15:30:34.000000000 -0400 *************** *** 62,68 **** :type 'regexp :group 'vc) ! (defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Arch MCVS) ;; Bzr, Git, 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. --- 62,69 ---- :type 'regexp :group 'vc) ! (defcustom vc-handled-backends (if noninteractive nil ! '(RCS CVS SVN SCCS Bzr Git Hg Arch MCVS)) ;; Bzr, Git, 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.