]> git.eshelyaron.com Git - emacs.git/commitdiff
vc-static-header-alist shouldn't have been declared const.
authorEric S. Raymond <esr@snark.thyrsus.com>
Mon, 15 Nov 1993 04:13:48 +0000 (04:13 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Mon, 15 Nov 1993 04:13:48 +0000 (04:13 +0000)
lisp/vc.el

index 145be72c7c5f50ee29e5beee5d8bc64a456e07a4..e9501a8bd0bcedfd6d3932e8bc5fbbc90314675a 100644 (file)
@@ -104,7 +104,7 @@ The value is only computed when needed to avoid an expensive search.")
 (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