diff options
author | Daniel Colascione <dancol@dancol.org> | 2015-03-01 18:31:28 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2015-03-01 18:31:28 -0800 |
commit | da02eb556a8751c59d5946dec353804bb826c712 (patch) | |
tree | e38b39a0b2e8216cd2555faf7f5bc22f18814e3f /lisp/vc | |
parent | 992f8fad978690c1aa981193d67c2f96271b890f (diff) | |
download | emacs-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.el | 1 |
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. |