From da02eb556a8751c59d5946dec353804bb826c712 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Sun, 1 Mar 2015 18:31:28 -0800 Subject: [PATCH] Add autoload cooking for vc-responsible-backend * lisp/vc/vc.el (vc-responsible-backend): Add autoload cooking for `vc-responsible-backend'. --- lisp/ChangeLog | 5 +++++ lisp/vc/vc.el | 1 + 2 files changed, 6 insertions(+) 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. -- 2.39.2