]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-handled-backends): Add Mtn.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Sep 2007 16:54:16 +0000 (16:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Sep 2007 16:54:16 +0000 (16:54 +0000)
lisp/vc-hooks.el

index 1d28c055770d4267d602b07a5babe318885419bc..0af0d7546a793abe97ba6dee0461467d27a3b5ea 100644 (file)
@@ -62,7 +62,7 @@ interpreted as hostnames."
   :type 'regexp
   :group 'vc)
 
-(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Arch MCVS)
+(defcustom vc-handled-backends '(RCS CVS SVN SCCS Bzr Git Hg Mtn Arch MCVS)
   ;; RCS, CVS, SVN and SCCS come first because they are per-dir
   ;; rather than per-tree.  RCS comes first because of the multibackend
   ;; support intended to use RCS for local commits (with a remote CVS server).