* admin/unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
This commit is contained in:
parent
320624a308
commit
448dd61ceb
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-06-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
|
||||
|
||||
2014-06-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes).
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue