Variable: vc-svn-header
vc-svn-header is a customizable variable defined in vc-svn.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-svn.el.gz
(defcustom vc-svn-header '("$Id\ $")
"Header keywords to be inserted by `vc-insert-headers'."
:version "24.1" ; no longer consult the obsolete vc-header-alist
:type '(repeat string))