diff options
| author | Glenn Morris | 2014-06-24 22:57:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-24 22:57:51 -0700 |
| commit | 448dd61ceba6e2395a1571e17ee63bdc2ccd06a6 (patch) | |
| tree | 205ec814212f133accaf86d426c4f25f8cf1c28e /admin | |
| parent | 320624a308fc91abb0341e05f5d1334677cff559 (diff) | |
| download | emacs-448dd61ceba6e2395a1571e17ee63bdc2ccd06a6.tar.gz emacs-448dd61ceba6e2395a1571e17ee63bdc2ccd06a6.zip | |
* admin/unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2014-06-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo. | ||
| 4 | |||
| 1 | 2014-06-21 Glenn Morris <rgm@gnu.org> | 5 | 2014-06-21 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes). | 7 | * 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." | |||
| 198 | (let ((uvs-alist | 198 | (let ((uvs-alist |
| 199 | (with-temp-buffer | 199 | (with-temp-buffer |
| 200 | (insert-file-contents filename) | 200 | (insert-file-contents filename) |
| 201 | (setq uvs-alist (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 | (princ "/* Automatically generated by uvs.el. */\n") | 203 | (princ "/* Automatically generated by uvs.el. */\n") |
| 204 | (princ | 204 | (princ |
| 205 | (format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n" | 205 | (format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n" |