* lisp/vc/vc.el (vc-responsible-backend): Add autoload cooking for
`vc-responsible-backend'.
+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):
(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.