Function: vc-sccs-create-repo
vc-sccs-create-repo is a byte-compiled function defined in
vc-sccs.el.gz.
Signature
(vc-sccs-create-repo)
Documentation
Create a new SCCS repository.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-sccs.el.gz
(defun vc-sccs-create-repo ()
"Create a new SCCS repository."
;; SCCS is totally file-oriented, so all we have to do is make the directory
(make-directory "SCCS"))