Variable: vc-rcs-release
vc-rcs-release is a customizable variable defined in vc-rcs.el.gz.
Value
nil
Documentation
The release number of your RCS installation, as a string.
If nil, VC itself computes this value when it is first needed.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-rcs.el.gz
(defcustom vc-rcs-release nil
"The release number of your RCS installation, as a string.
If nil, VC itself computes this value when it is first needed."
:type '(choice (const :tag "Auto" nil)
(string :tag "Specified")
(const :tag "Unknown" unknown)))