From 73770b0319301feeb63a9f29f9e108d94ccb4ff9 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 17 Jul 2007 04:48:56 +0000 Subject: [PATCH] Add more info about the vc-registered function. --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a69af1c5f3..062f1ce1dcc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-07-17 Dan Nicolaescu + + * vc.el: Add more info about the vc-registered function. + 2007-07-16 David Kastrup * emacs-lisp/advice.el (defadvice): Doc fix. diff --git a/lisp/vc.el b/lisp/vc.el index 580f16ce87b..37b7b46b603 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -106,8 +106,12 @@ ;; * registered (file) ;; ;; Return non-nil if FILE is registered in this backend. Both this -;; function as well as `state' should be careful to fail gracefully in the -;; event that the backend executable is absent. +;; function as well as `state' should be careful to fail gracefully +;; in the event that the backend executable is absent. It is +;; preferable that this function's body is autoloaded, that way only +;; calling vc-registered does not cause the backend to be loaded +;; (all the vc-FOO-registered functions are called to try to find +;; the controlling backend for FILE. ;; ;; * state (file) ;; -- 2.39.5