From 4b42ef02d947300494ef15f3a0eab0117e7bc51a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 5 Dec 2018 17:29:19 -0500 Subject: [PATCH] * admin/unidata/uvs.el (uvs-print-table-ivd): Add more header detail. --- admin/unidata/uvs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el index 31840fb1822..4c14439ccfe 100644 --- a/admin/unidata/uvs.el +++ b/admin/unidata/uvs.el @@ -201,7 +201,8 @@ corresponding number." (uvs-alist-from-ivd collection-id sequence-id-to-glyph-func)))) (set-binary-mode 'stdout t) - (princ "/* Automatically generated by uvs.el. */\n") + (princ "/* This file was automatically generated from admin/unidata/IVD_Sequences.txt\n") + (princ " by the script admin/unidata/uvs.el */\n") (princ (format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n" (replace-regexp-in-string "[^_[:alnum:]]" "_" -- 2.39.5