Add autoload cooking for vc-responsible-backend

* lisp/vc/vc.el (vc-responsible-backend): Add autoload cooking for
`vc-responsible-backend'.
This commit is contained in:
Daniel Colascione 2015-03-01 18:31:28 -08:00
parent 992f8fad97
commit da02eb556a
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-03-02 Daniel Colascione <dancol@dancol.org>
* vc/vc.el (vc-responsible-backend): Add autoload cooking for
`vc-responsible-backend'.
2015-03-01 Michael Albinus <michael.albinus@gmx.de>
* vc/vc-hooks.el (vc-state, vc-working-revision):

View file

@ -950,6 +950,7 @@ use."
(vc-call-backend bk 'create-repo))
(throw 'found bk))))
;;;###autoload
(defun vc-responsible-backend (file)
"Return the name of a backend system that is responsible for FILE.