changeset 5015:368dd7e8095d

vc-static-header-alist shouldn't have been declared const.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 15 Nov 1993 04:13:48 +0000
parents 6062331f7430
children 11f0a3153f63
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Mon Nov 15 04:04:59 1993 +0000
+++ b/lisp/vc.el	Mon Nov 15 04:13:48 1993 +0000
@@ -104,7 +104,7 @@
 (defvar vc-header-alist
   '((SCCS "\%W\%") (RCS "\$Id\$"))
   "*Header keywords to be inserted when `vc-insert-headers' is executed.")
-(defconst vc-static-header-alist
+(defvar vc-static-header-alist
   '(("\\.c$" .
      "\n#ifndef lint\nstatic char vcid[] = \"\%s\";\n#endif /* lint */\n"))
   "*Associate static header string templates with file types.  A \%s in the