changeset 47411:6c4cab602bc8

Fix last change.
author Dave Love <fx@gnu.org>
date Wed, 11 Sep 2002 21:00:27 +0000
parents b375ca944a14
children 49e0c3d0d508
files lisp/international/ucs-tables.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/ucs-tables.el	Wed Sep 11 21:00:08 2002 +0000
+++ b/lisp/international/ucs-tables.el	Wed Sep 11 21:00:27 2002 +0000
@@ -1100,7 +1100,7 @@
   ;; Convert the lists to the basic char tables.
   ;; Ensure `decode-char' doesn't use the fragmentation table.
   ;; Fixme: handa suggests using the RESTRICTION arg.
-  (let (utf-8-translation-table-for-decode)
+  (let ((utf-8-translation-table-for-decode (make-translation-table)))
     (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
       (let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))))
 	(dolist (pair alist)