aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-06-24 22:57:51 -0700
committerGlenn Morris <[email protected]>2014-06-24 22:57:51 -0700
commit448dd61ceba6e2395a1571e17ee63bdc2ccd06a6 (patch)
tree205ec814212f133accaf86d426c4f25f8cf1c28e /admin
parent320624a308fc91abb0341e05f5d1334677cff559 (diff)
* admin/unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/unidata/uvs.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index bdf317fa2d..a7eb42e321 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-25 Glenn Morris <[email protected]>
+
+ * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
+
2014-06-21 Glenn Morris <[email protected]>
* unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes).
diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el
index 7559a56697..4a17c72671 100644
--- a/admin/unidata/uvs.el
+++ b/admin/unidata/uvs.el
@@ -198,8 +198,8 @@ corresponding number."
(let ((uvs-alist
(with-temp-buffer
(insert-file-contents filename)
- (setq uvs-alist (uvs-alist-from-ivd collection-id
- sequence-id-to-glyph-func)))))
+ (uvs-alist-from-ivd collection-id
+ sequence-id-to-glyph-func))))
(princ "/* Automatically generated by uvs.el. */\n")
(princ
(format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n"