From: Daniel Colascione Date: Mon, 2 Mar 2015 02:31:28 +0000 (-0800) Subject: Add autoload cooking for vc-responsible-backend X-Git-Tag: emacs-25.0.90~2564^2~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da02eb556a8751c59d5946dec353804bb826c712;p=emacs.git Add autoload cooking for vc-responsible-backend * lisp/vc/vc.el (vc-responsible-backend): Add autoload cooking for `vc-responsible-backend'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a8cfb98e8f..7ce2e816d45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2015-03-02 Daniel Colascione + + * vc/vc.el (vc-responsible-backend): Add autoload cooking for + `vc-responsible-backend'. + 2015-03-01 Michael Albinus * vc/vc-hooks.el (vc-state, vc-working-revision): diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index e8e8202dbbb..bb4dd607bdd 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -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.