* admin/unidata/unidata-gen.el (unidata-gen-files): Disable version-control
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Nov 2013 03:21:15 +0000 (19:21 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Nov 2013 03:21:15 +0000 (19:21 -0800)
in generated files.

admin/ChangeLog
admin/unidata/unidata-gen.el

index b43fdbc..f865a0e 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Disable version-control in generated files.
+
 2013-11-05  Glenn Morris  <rgm@gnu.org>
 
        * update_autogen: Move here from ../autogen.
index a45358d..110f2d6 100644 (file)
@@ -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"