Variable: cvs-cvsrc-file

cvs-cvsrc-file is a customizable variable defined in pcvs-defs.el.gz.

Value

"~/.cvsrc"

Documentation

Path to your cvsrc file.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
;;
;;  cvsrc options
;;

(defcustom cvs-cvsrc-file (convert-standard-filename "~/.cvsrc")
  "Path to your cvsrc file."
  :type '(file))