comparison lisp/vc/vc-rcs.el @ 110741:d90a3bc6b730

Remove vc-header-alist, obsolete since 21.1. * lisp/vc/vc-hooks.el (vc-header-alist): Remove obsolete variable. * lisp/vc/vc.el (vc-static-header-alist): Doc fix. * lisp/vc/vc-cvs.el (vc-cvs-header): * lisp/vc/vc-rcs.el (vc-rcs-header): * lisp/vc/vc-sccs.el (vc-sccs-header): * lisp/vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist. * lisp/obsolete/vc-mcvs.el (vc-mcvs-header): * lisp/progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist on XEmacs. * etc/NEWS: Mention above change.
author Glenn Morris <rgm@gnu.org>
date Sun, 03 Oct 2010 14:05:47 -0700
parents 280c8ae2476d
children d3584b6b6247
comparison
equal deleted inserted replaced
110740:ed9ff0bf7851 110741:d90a3bc6b730
75 (string :tag "Argument String") 75 (string :tag "Argument String")
76 (repeat :tag "Argument List" :value ("") string)) 76 (repeat :tag "Argument List" :value ("") string))
77 :version "21.1" 77 :version "21.1"
78 :group 'vc) 78 :group 'vc)
79 79
80 (defcustom vc-rcs-header (or (cdr (assoc 'RCS vc-header-alist)) '("\$Id\$")) 80 (defcustom vc-rcs-header '("\$Id\$")
81 "Header keywords to be inserted by `vc-insert-headers'." 81 "Header keywords to be inserted by `vc-insert-headers'."
82 :type '(repeat string) 82 :type '(repeat string)
83 :version "21.1" 83 :version "24.1" ; no longer consult the obsolete vc-header-alist
84 :group 'vc) 84 :group 'vc)
85 85
86 (defcustom vc-rcsdiff-knows-brief nil 86 (defcustom vc-rcsdiff-knows-brief nil
87 "Indicates whether rcsdiff understands the --brief option. 87 "Indicates whether rcsdiff understands the --brief option.
88 The value is either `yes', `no', or nil. If it is nil, VC tries 88 The value is either `yes', `no', or nil. If it is nil, VC tries