(project-vc-backend-markers-alist): Add entry for vc-got
* lisp/progmodes/project.el (project-vc-backend-markers-alist): Add entry for vc-got (bug#61577). Bump the version.
This commit is contained in:
parent
18e96ed7c8
commit
a40b1745d4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; project.el --- Operations on the current project -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
|
||||
;; Version: 0.9.6
|
||||
;; Version: 0.9.7
|
||||
;; Package-Requires: ((emacs "26.1") (xref "1.4.0"))
|
||||
|
||||
;; This is a GNU ELPA :core package. Avoid using functionality that
|
||||
|
@ -505,7 +505,8 @@ project backend implementation of `project-external-roots'.")
|
|||
"_svn"
|
||||
".svn"))
|
||||
(DARCS . "_darcs")
|
||||
(Fossil . ".fslckout"))
|
||||
(Fossil . ".fslckout")
|
||||
(Got . ".got"))
|
||||
"Associative list assigning root markers to VC backend symbols.
|
||||
|
||||
See `project-vc-extra-root-markers' for the marker value format.")
|
||||
|
|
Loading…
Add table
Reference in a new issue