Function: cvs-prefix-make-local

cvs-prefix-make-local is a byte-compiled function defined in pcvs-util.el.gz.

Signature

(cvs-prefix-make-local SYM)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-util.el.gz
(defun cvs-prefix-make-local (sym)
  (let ((cps (cvs-prefix-sym sym)))
    (make-local-variable sym)
    (set (make-local-variable cps) (copy-cvs-flags (symbol-value cps)))))