summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorDaniel Colascione <dancol@dancol.org>2015-03-01 18:31:28 -0800
committerDaniel Colascione <dancol@dancol.org>2015-03-01 18:31:28 -0800
commitda02eb556a8751c59d5946dec353804bb826c712 (patch)
treee38b39a0b2e8216cd2555faf7f5bc22f18814e3f /lisp/vc
parent992f8fad978690c1aa981193d67c2f96271b890f (diff)
downloademacs-da02eb556a8751c59d5946dec353804bb826c712.tar.gz
Add autoload cooking for vc-responsible-backend
* lisp/vc/vc.el (vc-responsible-backend): Add autoload cooking for `vc-responsible-backend'.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc.el1
1 files changed, 1 insertions, 0 deletions
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.