]> git.eshelyaron.com Git - emacs.git/commitdiff
Add autoload cooking for vc-responsible-backend
authorDaniel Colascione <dancol@dancol.org>
Mon, 2 Mar 2015 02:31:28 +0000 (18:31 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 2 Mar 2015 02:31:28 +0000 (18:31 -0800)
* lisp/vc/vc.el (vc-responsible-backend): Add autoload cooking for
`vc-responsible-backend'.

lisp/ChangeLog
lisp/vc/vc.el

index 3a8cfb98e8f71b30b967a9bfdba8d343e88b057a..7ce2e816d4572e9f0b5b63052de2b9912ea443c0 100644 (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):
index e8e8202dbbb6e6ca04c1b59f6186d6782e7bd5e4..bb4dd607bdd02bf7e64c3917fe1345323530a1d9 100644 (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.