From: Glenn Morris Date: Thu, 7 Nov 2013 03:21:15 +0000 (-0800) Subject: * admin/unidata/unidata-gen.el (unidata-gen-files): Disable version-control X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=099f5cd098de76422968c2755b4c37594e8fca2e;p=emacs.git * admin/unidata/unidata-gen.el (unidata-gen-files): Disable version-control in generated files. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index b43fdbc4333..f865a0e3c2d 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,8 @@ +2013-11-07 Glenn Morris + + * unidata/unidata-gen.el (unidata-gen-files): + Disable version-control in generated files. + 2013-11-05 Glenn Morris * update_autogen: Move here from ../autogen. diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index a45358dac6f..110f2d60379 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -1239,6 +1239,7 @@ is the character itself."))) (if (eobp) (insert ";; Local Variables:\n" ";; coding: utf-8\n" + ";; version-control: never\n" ";; no-byte-compile: t\n" ";; End:\n\n" (format ";; %s ends here\n" basename))) @@ -1247,6 +1248,7 @@ is the character itself."))) (message "Writing %s..." charprop-file) (insert ";; Local Variables:\n" ";; coding: utf-8\n" + ";; version-control: never\n" ";; no-byte-compile: t\n" ";; End:\n\n" (format ";; %s ends here\n"