aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-09-29 16:18:33 -0700
committerGlenn Morris <[email protected]>2012-09-29 16:18:33 -0700
commit91740b408c4490e0425f8a36eba90ffb382f6429 (patch)
treed78e376244b77badb1aa3e86b5477f641e874822 /lisp/vc
parent93ab178b0479ff9c7a8da3370a23eb38b18e9a27 (diff)
Comment for vc-sccs
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-sccs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el
index a34222f723..82f30b509f 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))