From 448dd61ceba6e2395a1571e17ee63bdc2ccd06a6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 24 Jun 2014 22:57:51 -0700 Subject: [PATCH] * admin/unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo. --- admin/ChangeLog | 4 ++++ admin/unidata/uvs.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/ChangeLog b/admin/ChangeLog index bdf317fa2de..a7eb42e321f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2014-06-25 Glenn Morris + + * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo. + 2014-06-21 Glenn Morris * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes). diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el index 7559a566974..4a17c726712 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" -- 2.39.2