]> git.eshelyaron.com Git - emacs.git/commitdiff
; Drop Mtn from comment now vc-mtn is obsolete
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 8 Apr 2025 05:24:15 +0000 (13:24 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:50:59 +0000 (07:50 +0200)
(cherry picked from commit 5f89eadb3f5a3794a6ee6acc7c5a3e6b26ab590d)

test/lisp/vc/vc-tests.el

index f13a200cd99cae7d8261404a9a1fe01d85a087e2..e7852d53f99c40a27c17ff12b6e0d959629b950d 100644 (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))))))