From: Lars Ingebrigtsen Date: Tue, 7 Jun 2022 16:59:04 +0000 (+0200) Subject: Remove Mtn from vc-handled-backends X-Git-Tag: emacs-29.0.90~1910^2~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0238d8bd347070f48ff04830a8b06f9721b0056;p=emacs.git Remove Mtn from vc-handled-backends * lisp/vc/vc-hooks.el (vc-handled-backends): Remove the deprecate vc-mtn backend. --- diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 76d97716724..cc08767ade3 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -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).