; Drop Mtn from comment now vc-mtn is obsolete

This commit is contained in:
Sean Whitton 2025-04-08 13:24:15 +08:00
parent ef8c4779dd
commit 5f89eadb3f

View file

@ -368,7 +368,7 @@ This checks also `vc-backend' and `vc-responsible-backend'."
'vc-not-supported)
(message "vc-state5 unsupported")
;; unregistered: Bzr Git RCS Hg
;; unsupported: CVS Mtn SCCS SRC SVN
;; unsupported: CVS SCCS SRC SVN
(message "vc-state5 %s %s" backend (vc-state tmp-name backend))
(should (memq (vc-state tmp-name backend)
'(nil unregistered))))))