emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f0238d8bd3 2/3: Remove Mtn from vc-handled-backends


From: Lars Ingebrigtsen
Subject: master f0238d8bd3 2/3: Remove Mtn from vc-handled-backends
Date: Tue, 7 Jun 2022 13:00:01 -0400 (EDT)

branch: master
commit f0238d8bd347070f48ff04830a8b06f9721b0056
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove Mtn from vc-handled-backends
    
    * lisp/vc/vc-hooks.el (vc-handled-backends): Remove the deprecate
    vc-mtn backend.
---
 lisp/vc/vc-hooks.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index 76d9771672..cc08767ade 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]