]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove Mtn from vc-handled-backends
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 7 Jun 2022 16:59:04 +0000 (18:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 7 Jun 2022 16:59:04 +0000 (18:59 +0200)
* lisp/vc/vc-hooks.el (vc-handled-backends): Remove the deprecate
vc-mtn backend.

lisp/vc/vc-hooks.el

index 76d977167240f235f43dd803a5bf2bcba0e45b88..cc08767ade34820997b412409ed0b3a458cebaca 100644 (file)
@@ -99,7 +99,7 @@ interpreted as hostnames."
   :type 'regexp
   :group 'vc)
 
-(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg Mtn)
+(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg)
   ;; RCS, CVS, SVN, SCCS, and SRC 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).