diff options
| -rw-r--r-- | lisp/vc/vc-sccs.el | 3 |
1 files changed, 3 insertions, 0 deletions
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." | |||
| 74 | :version "24.1" ; no longer consult the obsolete vc-header-alist | 74 | :version "24.1" ; no longer consult the obsolete vc-header-alist |
| 75 | :group 'vc-sccs) | 75 | :group 'vc-sccs) |
| 76 | 76 | ||
| 77 | ;; This needs to be autoloaded because vc-sccs-registered uses it (via | ||
| 78 | ;; vc-default-registered), and vc-hooks needs to be able to check | ||
| 79 | ;; for a registered backend without loading every backend. | ||
| 77 | ;;;###autoload | 80 | ;;;###autoload |
| 78 | (defcustom vc-sccs-master-templates | 81 | (defcustom vc-sccs-master-templates |
| 79 | (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) | 82 | (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) |