]> 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>
Thu, 14 Apr 2022 13:46:43 +0000 (15:46 +0200)
commitbc636515884530f0cab6fa53b8cbce0aacbc5287
treea2d1376b6f4727516817252d5a798b549214934e
parentb201823f631082d4f386304ee9ec24b0d85f5def
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).

This fixes the regression reported in bug#54935.

Do not merge to master.
lisp/vc/vc-cvs.el
lisp/vc/vc-dav.el
lisp/vc/vc-rcs.el
lisp/vc/vc-sccs.el