From 91740b408c4490e0425f8a36eba90ffb382f6429 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 29 Sep 2012 16:18:33 -0700 Subject: [PATCH] Comment for vc-sccs --- lisp/vc/vc-sccs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index a34222f7236..82f30b509ff 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el @@ -74,6 +74,9 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." :version "24.1" ; no longer consult the obsolete vc-header-alist :group 'vc-sccs) +;; This needs to be autoloaded because vc-sccs-registered uses it (via +;; vc-default-registered), and vc-hooks needs to be able to check +;; for a registered backend without loading every backend. ;;;###autoload (defcustom vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) -- 2.39.2