]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorDave Love <fx@gnu.org>
Wed, 11 Sep 2002 21:00:27 +0000 (21:00 +0000)
committerDave Love <fx@gnu.org>
Wed, 11 Sep 2002 21:00:27 +0000 (21:00 +0000)
lisp/international/ucs-tables.el

index ee78a969d9b2f1aa7f909657af3d6ad03e73a8bb..a56daa8351141ce16dd5d9ee7f53e2928a898c0a 100644 (file)
@@ -1100,7 +1100,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
   ;; 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)