]> git.eshelyaron.com Git - emacs.git/commit
Make all vc-*-responsible-p functions return a string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 14 Nov 2021 01:38:48 +0000 (02:38 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 14 Nov 2021 01:38:48 +0000 (02:38 +0100)
commitad442b8887eb08cf125797863bd992792cb4ac4a
treeb2886019a9a8f511140c0d6f052a695e6781eed0
parent48ffbcf7eb6626dd46b40c3cd1cb9df83720146a
Make all vc-*-responsible-p functions return a string

* lisp/vc/vc-sccs.el (vc-sccs-responsible-p):
* lisp/vc/vc-rcs.el (vc-rcs-responsible-p):
* lisp/vc/vc-dav.el (vc-dav-responsible-p):
* lisp/vc/vc-cvs.el (vc-cvs-responsible-p): Return a file name
instead of t when we get a match (which is what
vc-backend-for-registration expects) (bug#51800).
lisp/vc/vc-cvs.el
lisp/vc/vc-dav.el
lisp/vc/vc-rcs.el
lisp/vc/vc-sccs.el