emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master da02eb5: Add autoload cooking for vc-responsible-ba


From: Daniel Colascione
Subject: [Emacs-diffs] master da02eb5: Add autoload cooking for vc-responsible-backend
Date: Mon, 02 Mar 2015 02:31:33 +0000

branch: master
commit da02eb556a8751c59d5946dec353804bb826c712
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    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(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3a8cfb9..7ce2e81 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-02  Daniel Colascione  <address@hidden>
+
+       * vc/vc.el (vc-responsible-backend): Add autoload cooking for
+       `vc-responsible-backend'.
+
 2015-03-01  Michael Albinus  <address@hidden>
 
        * vc/vc-hooks.el (vc-state, vc-working-revision):
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index e8e8202..bb4dd60 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]