From: Eric S. Raymond Date: Mon, 15 Nov 1993 04:13:48 +0000 (+0000) Subject: vc-static-header-alist shouldn't have been declared const. X-Git-Tag: emacs-19.34~10836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba5c3004d33bfc4b3c69883864538354348440b5;p=emacs.git vc-static-header-alist shouldn't have been declared const. --- diff --git a/lisp/vc.el b/lisp/vc.el index 145be72c7c5..e9501a8bd0b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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