aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2018-12-05 17:29:19 -0500
committerGlenn Morris2018-12-05 17:29:19 -0500
commit4b42ef02d947300494ef15f3a0eab0117e7bc51a (patch)
tree4033bf3518eaf6db56dd55812a3a5af11a393873 /admin
parent9a162e276e377f112173bbe099900358f157edd1 (diff)
downloademacs-4b42ef02d947300494ef15f3a0eab0117e7bc51a.tar.gz
emacs-4b42ef02d947300494ef15f3a0eab0117e7bc51a.zip
* admin/unidata/uvs.el (uvs-print-table-ivd): Add more header detail.
Diffstat (limited to 'admin')
-rw-r--r--admin/unidata/uvs.el3
1 files changed, 2 insertions, 1 deletions
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."
201 (uvs-alist-from-ivd collection-id 201 (uvs-alist-from-ivd collection-id
202 sequence-id-to-glyph-func)))) 202 sequence-id-to-glyph-func))))
203 (set-binary-mode 'stdout t) 203 (set-binary-mode 'stdout t)
204 (princ "/* Automatically generated by uvs.el. */\n") 204 (princ "/* This file was automatically generated from admin/unidata/IVD_Sequences.txt\n")
205 (princ " by the script admin/unidata/uvs.el */\n")
205 (princ 206 (princ
206 (format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n" 207 (format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n"
207 (replace-regexp-in-string "[^_[:alnum:]]" "_" 208 (replace-regexp-in-string "[^_[:alnum:]]" "_"