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:
parent
992f8fad97
commit
da02eb556a
2 changed files with 6 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue