Variable: vc-rcs-header
vc-rcs-header is a customizable variable defined in vc-rcs.el.gz.
Value
("$Id$")
Documentation
Header keywords to be inserted by vc-insert-headers.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-rcs.el.gz
(defcustom vc-rcs-header '("$Id\ $")
"Header keywords to be inserted by `vc-insert-headers'."
:type '(repeat string)
:version "24.1") ; no longer consult the obsolete vc-header-alist