]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-git.el
Make vc-tests work with MSYS svn program
[gnu-emacs] / lisp / vc / vc-git.el
index e3cd5d4e3dcaa5fbd62ac173823dba61e5e42a1c..9522328cae846f06292303b38024089d2f1396e5 100644 (file)
@@ -308,12 +308,12 @@ matching the resulting Git log output, and KEYWORDS is a list of
                  (pcase old-type
                    (?\100 "   (type change file -> symlink)")
                    (?\160 "   (type change subproject -> symlink)")
-                   (t "   (symlink)")))
+                   (_ "   (symlink)")))
                  (?\160  ;; Subproject.
                   (pcase old-type
                     (?\100 "   (type change file -> subproject)")
                     (?\120 "   (type change symlink -> subproject)")
-                    (t "   (subproject)")))
+                    (_ "   (subproject)")))
                   (?\110 nil)  ;; Directory (internal, not a real git state).
                  (?\000  ;; Deleted or unknown.
                   (pcase old-type